Condividi tramite


DataReplicationDraProperties Class

Definition

Dra model properties.

public class DataReplicationDraProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationDraProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationDraProperties>
type DataReplicationDraProperties = class
    interface IJsonModel<DataReplicationDraProperties>
    interface IPersistableModel<DataReplicationDraProperties>
Public Class DataReplicationDraProperties
Implements IJsonModel(Of DataReplicationDraProperties), IPersistableModel(Of DataReplicationDraProperties)
Inheritance
DataReplicationDraProperties
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationDraProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataReplicationDraProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationDraProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationDraProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataReplicationDraProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to