Microsoft.Relationships (preview:2023-09-01)

2025/05/06 • 7 new methods

DependencyOfRelationships_Get (new)
Description Get a DependencyOfRelationship
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.Relationships/dependencyOf/{name}
{
api-version: string ,
resourceUri: string ,
name: string ,
}

⚐ Response (200)

{
properties:
{
sourceId: string ,
targetId: string ,
targetTenant: string ,
originInformation:
{
relationshipOriginType: enum ,
discoveryEngine: string ,
}
,
metadata:
{
sourceType: string ,
targetType: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DependencyOfRelationships_CreateOrUpdate (new)
Description Create a DependencyOfRelationship
Reference Link ¶

⚼ Request

PUT:  /{resourceUri}/providers/Microsoft.Relationships/dependencyOf/{name}
{
api-version: string ,
resourceUri: string ,
name: string ,
resource:
{
properties:
{
sourceId: string ,
targetId: string ,
targetTenant: string ,
originInformation:
{
relationshipOriginType: enum ,
discoveryEngine: string ,
}
,
metadata:
{
sourceType: string ,
targetType: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
sourceId: string ,
targetId: string ,
targetTenant: string ,
originInformation:
{
relationshipOriginType: enum ,
discoveryEngine: string ,
}
,
metadata:
{
sourceType: string ,
targetType: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
sourceId: string ,
targetId: string ,
targetTenant: string ,
originInformation:
{
relationshipOriginType: enum ,
discoveryEngine: string ,
}
,
metadata:
{
sourceType: string ,
targetType: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DependencyOfRelationships_Delete (new)
Description Delete a DependencyOfRelationship
Reference Link ¶

⚼ Request

DELETE:  /{resourceUri}/providers/Microsoft.Relationships/dependencyOf/{name}
{
api-version: string ,
resourceUri: string ,
name: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ServiceGroupMemberRelationships_Get (new)
Description Get a ServiceGroupMemberRelationship
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}
{
api-version: string ,
resourceUri: string ,
name: string ,
}

⚐ Response (200)

{
properties:
{
sourceId: string ,
targetId: string ,
targetTenant: string ,
originInformation:
{
relationshipOriginType: enum ,
discoveryEngine: string ,
}
,
metadata:
{
sourceType: string ,
targetType: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ServiceGroupMemberRelationships_CreateOrUpdate (new)
Description Create a ServiceGroupMemberRelationship
Reference Link ¶

⚼ Request

PUT:  /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}
{
api-version: string ,
resourceUri: string ,
name: string ,
resource:
{
properties:
{
sourceId: string ,
targetId: string ,
targetTenant: string ,
originInformation:
{
relationshipOriginType: enum ,
discoveryEngine: string ,
}
,
metadata:
{
sourceType: string ,
targetType: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
sourceId: string ,
targetId: string ,
targetTenant: string ,
originInformation:
{
relationshipOriginType: enum ,
discoveryEngine: string ,
}
,
metadata:
{
sourceType: string ,
targetType: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
sourceId: string ,
targetId: string ,
targetTenant: string ,
originInformation:
{
relationshipOriginType: enum ,
discoveryEngine: string ,
}
,
metadata:
{
sourceType: string ,
targetType: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ServiceGroupMemberRelationships_Delete (new)
Description Delete a ServiceGroupMemberRelationship
Reference Link ¶

⚼ Request

DELETE:  /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}
{
api-version: string ,
resourceUri: string ,
name: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Relationships/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}