Skip to main content

devices_failover_targets

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

Overview

Namedevices_failover_targets
TypeResource
Idazure_extras.storsimple_1200_series.devices_failover_targets

Fields

NameDatatypeDescription
idstringThe identifier.
namestringThe name.
propertiesobjectEncases all the properties of the Device
typestringThe type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTdeviceName, managerName, resourceGroupName, subscriptionIdRetrieves all the devices which can be used as failover targets for the given device.

SELECT examples

Retrieves all the devices which can be used as failover targets for the given device.

SELECT
id,
name,
properties,
type
FROM azure_extras.storsimple_1200_series.devices_failover_targets
WHERE deviceName = '{{ deviceName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';