FailoverRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request object for triggering a failover of volume containers, from a source device to a target device.
public class FailoverRequest
type FailoverRequest = class
Public Class FailoverRequest
- Inheritance
-
FailoverRequest
Constructors
FailoverRequest() |
Initializes a new instance of the FailoverRequest class. |
FailoverRequest(String, IList<String>) |
Initializes a new instance of the FailoverRequest class. |
Properties
TargetDeviceId |
Gets or sets the ARM path ID of the device which will act as the failover target. |
VolumeContainers |
Gets or sets the list of path IDs of the volume containers which needs to be failed-over to the target device. |
Applies to
Azure SDK for .NET