listDeviceFailoverSets

Returns all failover sets for a given device and their eligibility for participating in a failover. A failover set refers to a set of volume containers that need to be failed-over as a single unit to maintain data integrity. Uses Azure REST API version 2017-06-01.

Return

The list of failover sets.

Parameters

argument

null


suspend fun listDeviceFailoverSets(deviceName: String, managerName: String, resourceGroupName: String): ListDeviceFailoverSetsResult

Return

The list of failover sets.

Parameters

deviceName

The device name

managerName

The manager name

resourceGroupName

The resource group name

See also


Return

The list of failover sets.

Parameters

argument

Builder for com.pulumi.azurenative.storsimple.kotlin.inputs.ListDeviceFailoverSetsPlainArgs.

See also