The managers/devices/backupPolicies resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.StorSimple/managers/devices/backupPolicies resource, add the following JSON to your template.
{
"type": "Microsoft.StorSimple/managers/devices/backupPolicies",
"apiVersion": "2017-06-01",
"name": "string",
"kind": "Series8000",
"properties": {
"volumeIds": [ "string" ]
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorSimple/managers/devices/backupPolicies' |
apiVersion | The resource api version | '2017-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
kind | The Kind of the object. Currently only Series8000 is supported | 'Series8000' |
properties | The properties of the backup policy. | BackupPolicyProperties (required) |
Name | Description | Value |
---|---|---|
volumeIds | The path IDs of the volumes which are part of the backup policy. | string[] (required) |