DeviceFailoverRequest 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.
Represents a request to failover a device.
public class DeviceFailoverRequest
type DeviceFailoverRequest = class
Public Class DeviceFailoverRequest
- Inheritance
-
DeviceFailoverRequest
Constructors
DeviceFailoverRequest() |
Initializes a new instance of the DeviceFailoverRequest class. |
DeviceFailoverRequest(List<String>, String) |
Initializes a new instance of the DeviceFailoverRequest class with required arguments. |
Properties
CleanupPrimary |
Optional. Flag indicating whether to cleanup the primary device |
DataContainerIds |
Required. The list of data container ids to failover |
ReturnWorkflowId |
Optional. Flag indicating whether to return the workflow id |
TargetDeviceId |
Required. The target device identifier |
Applies to
Azure SDK for .NET