Microsoft.NetApp netAppAccounts/capacityPools 2020-08-01
Template format
To create a Microsoft.NetApp/netAppAccounts/capacityPools resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.NetApp/netAppAccounts/capacityPools",
"apiVersion": "2020-08-01",
"location": "string",
"tags": {},
"properties": {
"size": "integer",
"serviceLevel": "string",
"qosType": "string"
},
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.NetApp/netAppAccounts/capacityPools object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the capacity pool |
type | enum | Yes | capacityPools -or- Microsoft.NetApp/netAppAccounts/capacityPools See Set name and type for child resources. |
apiVersion | enum | Yes | 2020-08-01 |
location | string | Yes | Resource location |
tags | object | No | Resource tags |
properties | object | Yes | Capacity pool properties - PoolProperties object |
resources | array | No | volumes |
PoolProperties object
Name | Type | Required | Value |
---|---|---|---|
size | integer | Yes | Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104). |
serviceLevel | enum | Yes | The service level of the file system. - Standard, Premium, Ultra |
qosType | enum | No | The qos type of the pool. - Auto or Manual |
Quickstart templates
The following quickstart templates deploy this resource type.
Template | Description |
---|---|
Create new ANF resource with NFSV3/NFSv4.1 volume |
This template allows you to create a new Azure NetApp Files resource with a single Capacity pool and single volume configured with NFSV3 or NFSv4.1 protocol. They are all deployed together with Azure Virtual Network and Delegated subnet that are required for any volume to be created |
Create new ANF resource with SMB volume |
This template allows you to create a new Azure NetApp Files resource with a single Capacity pool and single volume configured with SMB protocol. |