Microsoft.ManagedNetwork (preview:2019-06-01)

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

ManagedNetworks_Get (new)
Description The Get ManagedNetworks operation gets a Managed Network Resource, specified by the resource group and Managed Network name
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_CreateOrUpdate (new)
Description The Put ManagedNetworks operation creates/updates a Managed Network Resource, specified by resource group and Managed Network name
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
{
managedNetwork:
{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_Delete (new)
Description The Delete ManagedNetworks operation deletes a Managed Network Resource, specified by the resource group and Managed Network name
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_Update (new)
Description Updates the specified Managed Network resource tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
{
parameters:
{
tags: object ,
}
,
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_ListByResourceGroup (new)
Description The ListByResourceGroup ManagedNetwork operation retrieves all the Managed Network resources in a resource group in a paginated format.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
$top: integer ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_ListBySubscription (new)
Description The ListBySubscription ManagedNetwork operation retrieves all the Managed Network Resources in the current subscription in a paginated format.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
{
api-version: string ,
subscriptionId: string ,
$top: integer ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ScopeAssignments_Get (new)
Description Get the specified scope assignment.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
{
scope: string ,
scopeAssignmentName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
assignedManagedNetwork: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ScopeAssignments_CreateOrUpdate (new)
Description Creates a scope assignment.
Reference Link ¶

⚼ Request

PUT:  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
{
parameters:
{
properties:
{
assignedManagedNetwork: string ,
}
,
}
,
scope: string ,
scopeAssignmentName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
assignedManagedNetwork: string ,
}
,
}

⚐ Response (201)

{
properties:
{
assignedManagedNetwork: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ScopeAssignments_Delete (new)
Description Deletes a scope assignment.
Reference Link ¶

⚼ Request

DELETE:  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
{
scope: string ,
scopeAssignmentName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}
ScopeAssignments_List (new)
Description Get the specified scope assignment.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments
{
scope: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
assignedManagedNetwork: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkGroups_Get (new)
Description The Get ManagedNetworkGroups operation gets a Managed Network Group specified by the resource group, Managed Network name, and group name
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkGroupName: string ,
}

⚐ Response (200)

{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkGroups_CreateOrUpdate (new)
Description The Put ManagedNetworkGroups operation creates or updates a Managed Network Group resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
{
managedNetworkGroup:
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkGroupName: string ,
}

⚐ Response (200)

{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}

⚐ Response (201)

{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkGroups_Delete (new)
Description The Delete ManagedNetworkGroups operation deletes a Managed Network Group specified by the resource group, Managed Network name, and group name
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkGroupName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkGroups_ListByManagedNetwork (new)
Description The ListByManagedNetwork ManagedNetworkGroup operation retrieves all the Managed Network Groups in a specified Managed Networks in a paginated format.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
$top: integer ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkPeeringPolicies_Get (new)
Description The Get ManagedNetworkPeeringPolicies operation gets a Managed Network Peering Policy resource, specified by the resource group, Managed Network name, and peering policy name
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies/{managedNetworkPeeringPolicyName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkPeeringPolicyName: string ,
}

⚐ Response (200)

{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkPeeringPolicies_CreateOrUpdate (new)
Description The Put ManagedNetworkPeeringPolicies operation creates/updates a new Managed Network Peering Policy
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies/{managedNetworkPeeringPolicyName}
{
managedNetworkPolicy:
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkPeeringPolicyName: string ,
}

⚐ Response (200)

{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkPeeringPolicies_Delete (new)
Description The Delete ManagedNetworkPeeringPolicies operation deletes a Managed Network Peering Policy, specified by the resource group, Managed Network name, and peering policy name
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies/{managedNetworkPeeringPolicyName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkPeeringPolicyName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkPeeringPolicies_ListByManagedNetwork (new)
Description The ListByManagedNetwork PeeringPolicies operation retrieves all the Managed Network Peering Policies in a specified Managed Network, in a paginated format.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
$top: integer ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Operations_List (new)
Description Lists all of the available MNC operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_Get (removed)
Description The Get ManagedNetworks operation gets a Managed Network Resource, specified by the resource group and Managed Network name
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_CreateOrUpdate (removed)
Description The Put ManagedNetworks operation creates/updates a Managed Network Resource, specified by resource group and Managed Network name
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
{
managedNetwork:
{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_Delete (removed)
Description The Delete ManagedNetworks operation deletes a Managed Network Resource, specified by the resource group and Managed Network name
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_Update (removed)
Description Updates the specified Managed Network resource tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}
{
parameters:
{
tags: object ,
}
,
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_ListByResourceGroup (removed)
Description The ListByResourceGroup ManagedNetwork operation retrieves all the Managed Network resources in a resource group in a paginated format.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
$top: integer ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworks_ListBySubscription (removed)
Description The ListBySubscription ManagedNetwork operation retrieves all the Managed Network Resources in the current subscription in a paginated format.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
{
api-version: string ,
subscriptionId: string ,
$top: integer ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
scope:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
connectivity:
{
groups:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
peerings:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ScopeAssignments_Get (removed)
Description Get the specified scope assignment.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
{
scope: string ,
scopeAssignmentName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
assignedManagedNetwork: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ScopeAssignments_CreateOrUpdate (removed)
Description Creates a scope assignment.
Reference Link ¶

⚼ Request

PUT:  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
{
parameters:
{
properties:
{
assignedManagedNetwork: string ,
}
,
}
,
scope: string ,
scopeAssignmentName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
assignedManagedNetwork: string ,
}
,
}

⚐ Response (201)

{
properties:
{
assignedManagedNetwork: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ScopeAssignments_Delete (removed)
Description Deletes a scope assignment.
Reference Link ¶

⚼ Request

DELETE:  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
{
scope: string ,
scopeAssignmentName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{}
ScopeAssignments_List (removed)
Description Get the specified scope assignment.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments
{
scope: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
assignedManagedNetwork: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkGroups_Get (removed)
Description The Get ManagedNetworkGroups operation gets a Managed Network Group specified by the resource group, Managed Network name, and group name
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkGroupName: string ,
}

⚐ Response (200)

{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkGroups_CreateOrUpdate (removed)
Description The Put ManagedNetworkGroups operation creates or updates a Managed Network Group resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
{
managedNetworkGroup:
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkGroupName: string ,
}

⚐ Response (200)

{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}

⚐ Response (201)

{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkGroups_Delete (removed)
Description The Delete ManagedNetworkGroups operation deletes a Managed Network Group specified by the resource group, Managed Network name, and group name
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkGroupName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkGroups_ListByManagedNetwork (removed)
Description The ListByManagedNetwork ManagedNetworkGroup operation retrieves all the Managed Network Groups in a specified Managed Networks in a paginated format.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
$top: integer ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
managementGroups:
[
{
id: string ,
}
,
]
,
subscriptions:
[
{
id: string ,
}
,
]
,
virtualNetworks:
[
{
id: string ,
}
,
]
,
subnets:
[
{
id: string ,
}
,
]
,
}
,
kind: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkPeeringPolicies_Get (removed)
Description The Get ManagedNetworkPeeringPolicies operation gets a Managed Network Peering Policy resource, specified by the resource group, Managed Network name, and peering policy name
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies/{managedNetworkPeeringPolicyName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkPeeringPolicyName: string ,
}

⚐ Response (200)

{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkPeeringPolicies_CreateOrUpdate (removed)
Description The Put ManagedNetworkPeeringPolicies operation creates/updates a new Managed Network Peering Policy
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies/{managedNetworkPeeringPolicyName}
{
managedNetworkPolicy:
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkPeeringPolicyName: string ,
}

⚐ Response (200)

{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkPeeringPolicies_Delete (removed)
Description The Delete ManagedNetworkPeeringPolicies operation deletes a Managed Network Peering Policy, specified by the resource group, Managed Network name, and peering policy name
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies/{managedNetworkPeeringPolicyName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
managedNetworkPeeringPolicyName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
ManagedNetworkPeeringPolicies_ListByManagedNetwork (removed)
Description The ListByManagedNetwork PeeringPolicies operation retrieves all the Managed Network Peering Policies in a specified Managed Network, in a paginated format.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkPeeringPolicies
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
managedNetworkName: string ,
$top: integer ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
type: enum ,
hub:
{
id: string ,
}
,
spokes:
[
{
id: string ,
}
,
]
,
mesh:
[
{
id: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Operations_List (removed)
Description Lists all of the available MNC operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}