Microsoft.Management (stable:2020-05-01)

2025/12/05 • 9 new, 9 deleted methods

PrivateLinkAssociation_Put (new)
Description Create a PrivateLinkAssociation
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations/{plaId}
{
api-version: string ,
groupId: string ,
plaId: string ,
parameters:
{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
tenantID: string ,
scope: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (201)

{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
tenantID: string ,
scope: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkAssociation_Get (new)
Description Get a single private link association
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations/{plaId}
{
api-version: string ,
groupId: string ,
plaId: string ,
}

⚐ Response (200)

{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
tenantID: string ,
scope: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations/{plaId}
{
api-version: string ,
groupId: string ,
plaId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkAssociation_List (new)
Description Get a private link association for a management group scope
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations
{
api-version: string ,
groupId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
tenantID: string ,
scope: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
]
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations/{plaId}
{
api-version: string ,
groupId: string ,
plaId: string ,
parameters:
{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
tenantID: string ,
scope: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (201)

{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
tenantID: string ,
scope: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkAssociation_Get (removed)
Description Get a single private link association
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations/{plaId}
{
api-version: string ,
groupId: string ,
plaId: string ,
}

⚐ Response (200)

{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
tenantID: string ,
scope: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations/{plaId}
{
api-version: string ,
groupId: string ,
plaId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkAssociation_List (removed)
Description Get a private link association for a management group scope
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations
{
api-version: string ,
groupId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
privateLink: string ,
publicNetworkAccess: enum ,
tenantID: string ,
scope: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
]
,
}

⚐ Response (default)

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