| 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
,
}