The netAppAccounts/capacityPools/volumes/subvolumes resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes resource, add the following JSON to your template.
{
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes",
"apiVersion": "2023-07-01",
"name": "string",
"properties": {
"parentPath": "string",
"path": "string",
"size": "int"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes' |
apiVersion | The resource api version | '2023-07-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Subvolume Properties | SubvolumeProperties |
Name | Description | Value |
---|---|---|
parentPath | parent path to the subvolume | string |
path | Path to the subvolume | string |
size | Truncate subvolume to the provided size in bytes | int |