The managers/devices/timeSettings 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/timeSettings resource, add the following JSON to your template.
{
"type": "Microsoft.StorSimple/managers/devices/timeSettings",
"apiVersion": "2017-06-01",
"name": "default",
"kind": "Series8000",
"properties": {
"primaryTimeServer": "string",
"secondaryTimeServer": [ "string" ],
"timeZone": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorSimple/managers/devices/timeSettings' |
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. |
'default' |
kind | The Kind of the object. Currently only Series8000 is supported | 'Series8000' |
properties | The properties of the time settings of a device. | TimeSettingsProperties (required) |
Name | Description | Value |
---|---|---|
primaryTimeServer | The primary Network Time Protocol (NTP) server name, like 'time.windows.com'. | string |
secondaryTimeServer | The secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional. | string[] |
timeZone | The timezone of device, like '(UTC -06:00) Central America' | string (required) |