Microsoft.NetApp netAppAccounts/capacityPools/volumes/snapshots 2017-08-15
Template format
To create a Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots",
"apiVersion": "2017-08-15",
"location": "string",
"tags": {},
"properties": {
"fileSystemId": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the mount target |
type | enum | Yes | snapshots -or- Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots See Set name and type for child resources. |
apiVersion | enum | Yes | 2017-08-15 |
location | string | Yes | Resource location |
tags | object | No | Resource tags |
properties | object | Yes | Snapshot Properties - SnapshotProperties object |
SnapshotProperties object
Name | Type | Required | Value |
---|---|---|---|
fileSystemId | string | Yes | UUID v4 used to identify the FileSystem |