DRDataContainer 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 the volume container information required for device failover
public class DRDataContainer
type DRDataContainer = class
Public Class DRDataContainer
- Inheritance
-
DRDataContainer
Constructors
DRDataContainer() |
Initializes a new instance of the DRDataContainer class. |
Properties
CloudType |
Required. The CloudType of the associated SAC |
DataContainerId |
Required. The volume container identifier |
InstanceId |
Optional. The instance identifier |
Location |
Required. The location of the associated SAC |
Name |
Required. The name of the entity |
OperationInProgress |
Optional. The current operation in progress |
Owned |
Required. Flag indicating whether this data container is owned by the current device |
OwnerDeviceId |
Required. The owner of this DC. In case of a DR workflow failure, it is possible that the ownership is transferred, but the DC is still present with the original device |
VolumeList |
Required. List of DR volumes |
Applies to
Azure SDK for .NET