Description | : Lists all the network manager routing configurations in a network manager, in a paginated format. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/routingConfigurations
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
networkManagerName:
string
,
$top:
integer
,
$skipToken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
description:
string
,
provisioningState:
enum
,
resourceGuid:
string
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]