Microsoft.StorSimple managers/devices/backupScheduleGroups

ARM template resource definition

The managers/devices/backupScheduleGroups resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

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"
    }
  }
}

Property values

managers/devices/backupScheduleGroups

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)

BackupScheduleGroupProperties

Name Description Value
startTime The start time. When this field is specified we will generate Default GrandFather Father Son Backup Schedules. Time (required)

Time

Name Description Value
hour The hour. int (required)
minute The minute. int (required)