Microsoft.NetApp netAppAccounts/capacityPools 2019-07-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": "2019-07-01",
"location": "string",
"tags": {},
"properties": {
"size": "integer",
"serviceLevel": "string"
},
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.NetApp/netAppAccounts/capacityPools object
Note
In Bicep, type
and apiVersion
are specified in the first line of the resource declaration. Use the format <type>@<apiVersion>
. Don't set those properties in the resource body.
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the capacity pool |
type | enum | Yes | For JSON -capacityPools -or- Microsoft.NetApp/netAppAccounts/capacityPools See Set name and type for child resources. |
apiVersion | enum | Yes | For JSON - 2019-07-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 |
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. |