Microsoft.Network (preview:2024-01-01)

2025/01/16 • 4 updated methods

IpamPools_List (updated)
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 ,
}
,
]
,
}
,
}
IpamPools_Create (updated)
Description Creates/Updates the Pool resource.
Reference Link ¶

⚶ Changes

{
  "#id": "IpamPools_Create",
  "$parameters": [
    {
      "#name": "body",
      "Required": {
        "new": true,
        "old": false
      },
      "$schema": {
        "$properties": [
          {
            "#name": "properties",
            "Required": {
              "new": true,
              "old": false
            }
          }
        ]
      }
    }
  ],
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "properties",
          "Required": {
            "new": true,
            "old": false
          }
        }
      ]
    },
    "201": {
      "$properties": [
        {
          "#name": "properties",
          "Required": {
            "new": true,
            "old": false
          }
        }
      ]
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
{
subscriptionId: string ,
resourceGroupName: string ,
networkManagerName: string ,
poolName: string ,
api-version: string ,
body:
{
properties:
{
description: string ,
displayName: string ,
ipAddressType:
[
string ,
]
,
parentPoolName: string ,
addressPrefixes:
[
string ,
]
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
description: string ,
displayName: string ,
ipAddressType:
[
string ,
]
,
parentPoolName: string ,
addressPrefixes:
[
string ,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
description: string ,
displayName: string ,
ipAddressType:
[
string ,
]
,
parentPoolName: string ,
addressPrefixes:
[
string ,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
IpamPools_Update (updated)
Description Updates the specific Pool resource.
Reference Link ¶

⚶ Changes

{
  "#id": "IpamPools_Update",
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "properties",
          "Required": {
            "new": true,
            "old": false
          }
        }
      ]
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
{
subscriptionId: string ,
resourceGroupName: string ,
networkManagerName: string ,
poolName: string ,
api-version: string ,
body:
{
tags: object ,
properties:
{
description: string ,
displayName: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
description: string ,
displayName: string ,
ipAddressType:
[
string ,
]
,
parentPoolName: string ,
addressPrefixes:
[
string ,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
IpamPools_Get (updated)
Description Gets the specific Pool resource.
Reference Link ¶

⚶ Changes

{
  "#id": "IpamPools_Get",
  "$responses": {
    "200": {
      "$properties": [
        {
          "#name": "properties",
          "Required": {
            "new": true,
            "old": false
          }
        }
      ]
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
{
subscriptionId: string ,
resourceGroupName: string ,
networkManagerName: string ,
poolName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
description: string ,
displayName: string ,
ipAddressType:
[
string ,
]
,
parentPoolName: string ,
addressPrefixes:
[
string ,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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