Microsoft.DelegatedNetwork (preview:2023-05-18)

2025/09/19 • 19 new, 19 deleted methods

Controller_GetDetails (new)
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 ,
}
,
]
,
}
,
}
Controller_Create (new)
Description Create a dnc controller
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controller/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
dncAppId: string ,
dncTenantId: string ,
dncEndpoint: string ,
purpose: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
dncAppId: string ,
dncTenantId: string ,
dncEndpoint: string ,
purpose: enum ,
}
,
}

⚐ Response (201)

{
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 ,
}
,
]
,
}
,
}
Controller_Delete (new)
Description Deletes the DNC controller
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controller/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Controller_Patch (new)
Description Update dnc controller
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controller/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
tags: object ,
}
,
}

⚐ 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 ,
}
,
]
,
}
,
}
DelegatedNetwork_ListBySubscription (new)
Description Get all the delegatedController resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DelegatedNetwork/controllers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
dncAppId: string ,
dncTenantId: string ,
dncEndpoint: string ,
purpose: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedNetwork_ListByResourceGroup (new)
Description Get all the delegatedController resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controllers
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
dncAppId: string ,
dncTenantId: string ,
dncEndpoint: string ,
purpose: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_GetDetails (new)
Description Gets details about the specified dnc DelegatedSubnet Link.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_PutDetails (new)
Description Put delegated subnet resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_PatchDetails (new)
Description Patch delegated subnet resource
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_DeleteDetails (new)
Description Delete dnc DelegatedSubnet.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
forceDelete: boolean ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_ListBySubscription (new)
Description Get all the DelegatedSubnets resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DelegatedNetwork/delegatedSubnets
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_ListByResourceGroup (new)
Description Get all the DelegatedSubnets resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (new)
Description Lists all of the available DelegatedNetwork service REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.DelegatedNetwork/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 ,
}
,
]
,
}
,
}
OrchestratorInstanceService_GetDetails (new)
Description Gets details about the orchestrator instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OrchestratorInstanceService_Delete (new)
Description Deletes the Orchestrator Instance
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
forceDelete: boolean ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OrchestratorInstanceService_Patch (new)
Description Update Orchestrator Instance
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OrchestratorInstanceService_ListBySubscription (new)
Description Get all the orchestratorInstance resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DelegatedNetwork/orchestrators
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OrchestratorInstanceService_ListByResourceGroup (new)
Description Get all the OrchestratorInstances resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Controller_GetDetails (removed)
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 ,
}
,
]
,
}
,
}
Controller_Create (removed)
Description Create a dnc controller
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controller/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
dncAppId: string ,
dncTenantId: string ,
dncEndpoint: string ,
purpose: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
dncAppId: string ,
dncTenantId: string ,
dncEndpoint: string ,
purpose: enum ,
}
,
}

⚐ Response (201)

{
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 ,
}
,
]
,
}
,
}
Controller_Delete (removed)
Description Deletes the DNC controller
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controller/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Controller_Patch (removed)
Description Update dnc controller
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controller/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
tags: object ,
}
,
}

⚐ 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 ,
}
,
]
,
}
,
}
DelegatedNetwork_ListBySubscription (removed)
Description Get all the delegatedController resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DelegatedNetwork/controllers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
dncAppId: string ,
dncTenantId: string ,
dncEndpoint: string ,
purpose: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedNetwork_ListByResourceGroup (removed)
Description Get all the delegatedController resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/controllers
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
dncAppId: string ,
dncTenantId: string ,
dncEndpoint: string ,
purpose: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_GetDetails (removed)
Description Gets details about the specified dnc DelegatedSubnet Link.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_PutDetails (removed)
Description Put delegated subnet resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_PatchDetails (removed)
Description Patch delegated subnet resource
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_DeleteDetails (removed)
Description Delete dnc DelegatedSubnet.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
forceDelete: boolean ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_ListBySubscription (removed)
Description Get all the DelegatedSubnets resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DelegatedNetwork/delegatedSubnets
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DelegatedSubnetService_ListByResourceGroup (removed)
Description Get all the DelegatedSubnets resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
subnetDetails:
{
id: string ,
}
,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description Lists all of the available DelegatedNetwork service REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.DelegatedNetwork/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 ,
}
,
]
,
}
,
}
OrchestratorInstanceService_GetDetails (removed)
Description Gets details about the orchestrator instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OrchestratorInstanceService_Delete (removed)
Description Deletes the Orchestrator Instance
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
forceDelete: boolean ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OrchestratorInstanceService_Patch (removed)
Description Update Orchestrator Instance
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators/{resourceName}
{
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OrchestratorInstanceService_ListBySubscription (removed)
Description Get all the orchestratorInstance resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DelegatedNetwork/orchestrators
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OrchestratorInstanceService_ListByResourceGroup (removed)
Description Get all the OrchestratorInstances resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/orchestrators
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceGuid: string ,
provisioningState: enum ,
orchestratorAppId: string ,
orchestratorTenantId: string ,
clusterRootCA: string ,
apiServerEndpoint: string ,
privateLinkResourceId: string ,
controllerDetails:
{
id: string ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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