Skip to main content

devices_time_settings

Creates, updates, deletes, gets or lists a devices_time_settings resource.

Overview

Namedevices_time_settings
TypeResource
Idazure_extras.storsimple_1200_series.devices_time_settings

Fields

NameDatatypeDescription
idtextThe identifier.
nametextThe name.
deviceNametextfield from the properties object
managerNametextfield from the properties object
primary_time_servertextfield from the properties object
resourceGroupNametextfield from the properties object
secondary_time_servertextfield from the properties object
subscriptionIdtextfield from the properties object
time_zonetextfield from the properties object
typetextThe type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeviceName, managerName, resourceGroupName, subscriptionIdReturns the time settings of the specified device name.

SELECT examples

Returns the time settings of the specified device name.

SELECT
id,
name,
deviceName,
managerName,
primary_time_server,
resourceGroupName,
secondary_time_server,
subscriptionId,
time_zone,
type
FROM azure_extras.storsimple_1200_series.vw_devices_time_settings
WHERE deviceName = '{{ deviceName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';