FailoverRequest interface
The request object for triggering a failover of volume containers, from a source device to a target device.
Properties
target |
The ARM path ID of the device which will act as the failover target. |
volume |
The list of path IDs of the volume containers which needs to be failed-over to the target device. |
Property Details
targetDeviceId
The ARM path ID of the device which will act as the failover target.
targetDeviceId?: string
Property Value
string
volumeContainers
The list of path IDs of the volume containers which needs to be failed-over to the target device.
volumeContainers?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript