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