Description | : Gets list of Pool resources at Network Manager level. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "IpamPools_List", "$responses": { "200": { "$properties": { "value": { "$properties": [ { "#name": "properties", "Required": { "new": true, "old": false } } ] } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools
{
subscriptionId:
string
,
resourceGroupName:
string
,
networkManagerName:
string
,
skipToken:
string
,
skip:
integer
,
top:
integer
,
sortKey:
string
,
sortValue:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
description:
string
,
displayName:
string
,
ipAddressType:
[
,
string
,
]
parentPoolName:
string
,
addressPrefixes:
[
,
string
,
]
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}