v8

latestSwagger 2.0raw.githubusercontent.com2021-08-27243267.7 KB
Capacity Pools

Create or Update the specified capacity pool within the resource group

Create or Update a capacity pool

put/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}

Path parameters

subscriptionIdstring required

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

resourceGroupNamestring required

The name of the resource group.

accountNamestring required

The name of the NetApp account

poolNamestring required

The name of the capacity pool

Query parameters

api-versionstring required

Version of the API to be used with the client request.

Request body

locationstring required

Resource location

idstring

Resource Id

namestring

Resource name

typestring

Resource type

tagsResourceTags

Resource tags

Example request

{
  "properties": {
    "poolId": "9760acf5-4638-11e7-9bdb-020073ca7778",
    "serviceLevel": "Ultra"
  }
}

Response

OK - pool updated

locationstring required

Resource location

idstring

Resource Id

namestring

Resource name

typestring

Resource type

tagsResourceTags

Resource tags

Example response

{
  "properties": {
    "poolId": "9760acf5-4638-11e7-9bdb-020073ca7778",
    "serviceLevel": "Ultra"
  }
}