Description | : Gets details about the specified dnc controller. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controller/{resourceName}
{
resourceGroupName:
string
,
resourceName:
string
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
resourceGuid:
string
,
provisioningState:
enum
,
dncAppId:
string
,
dncTenantId:
string
,
dncEndpoint:
string
,
purpose:
enum
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}