DataReplicationDraProperties 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.
Dra model properties.
public class DataReplicationDraProperties
type DataReplicationDraProperties = class
Public Class DataReplicationDraProperties
- Inheritance
-
DataReplicationDraProperties
Constructors
DataReplicationDraProperties(String, String, DataReplicationIdentity, DataReplicationIdentity, DraModelCustomProperties) |
Initializes a new instance of DataReplicationDraProperties. |
Properties
AuthenticationIdentity |
Identity model. |
CorrelationId |
Gets or sets the Dra correlation Id. |
CustomProperties |
Dra model custom properties. Please note DraModelCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include GeneralDraModelCustomProperties and VMwareDraModelCustomProperties. |
HealthErrors |
Gets or sets the list of health errors. |
IsResponsive |
Gets or sets a value indicating whether Dra is responsive. |
LastHeartbeatOn |
Gets or sets the time when last heartbeat was sent by the Dra. |
MachineId |
Gets or sets the machine Id where Dra is running. |
MachineName |
Gets or sets the machine name where Dra is running. |
ProvisioningState |
Gets or sets the provisioning state of the Dra. |
ResourceAccessIdentity |
Identity model. |
VersionNumber |
Gets or sets the Dra version. |
Applies to
Azure SDK for .NET