The managers/devices/backupScheduleGroups 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/backupScheduleGroups resource, add the following JSON to your template.
{
"type": "Microsoft.StorSimple/managers/devices/backupScheduleGroups",
"apiVersion": "2016-10-01",
"name": "string",
"properties": {
"startTime": {
"hour": "int",
"minute": "int"
}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorSimple/managers/devices/backupScheduleGroups' |
apiVersion | The resource api version | '2016-10-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Properties of BackupScheduleGroup | BackupScheduleGroupProperties (required) |
Name | Description | Value |
---|---|---|
startTime | The start time. When this field is specified we will generate Default GrandFather Father Son Backup Schedules. | Time (required) |
Name | Description | Value |
---|---|---|
hour | The hour. | int (required) |
minute | The minute. | int (required) |