HyperVReplicaBlueReplicationDetails Class

Definition

HyperV replica 2012 R2 (Blue) replication details.

public class HyperVReplicaBlueReplicationDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReplicationProviderSpecificSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaBlueReplicationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaBlueReplicationDetails>
type HyperVReplicaBlueReplicationDetails = class
    inherit ReplicationProviderSpecificSettings
    interface IJsonModel<HyperVReplicaBlueReplicationDetails>
    interface IPersistableModel<HyperVReplicaBlueReplicationDetails>
Public Class HyperVReplicaBlueReplicationDetails
Inherits ReplicationProviderSpecificSettings
Implements IJsonModel(Of HyperVReplicaBlueReplicationDetails), IPersistableModel(Of HyperVReplicaBlueReplicationDetails)
Inheritance
HyperVReplicaBlueReplicationDetails
Implements

Properties

InitialReplicationDetails

Initial replication details.

LastReplicatedOn

The Last replication time.

VmDiskDetails

VM disk details.

VmId

The virtual machine Id.

VmNics

The PE Network details.

VmProtectionState

The protection state for the vm.

VmProtectionStateDescription

The protection state description for the vm.

Explicit Interface Implementations

IJsonModel<HyperVReplicaBlueReplicationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVReplicaBlueReplicationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ReplicationProviderSpecificSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ReplicationProviderSpecificSettings)
IJsonModel<ReplicationProviderSpecificSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ReplicationProviderSpecificSettings)
IPersistableModel<HyperVReplicaBlueReplicationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVReplicaBlueReplicationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVReplicaBlueReplicationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ReplicationProviderSpecificSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ReplicationProviderSpecificSettings)
IPersistableModel<ReplicationProviderSpecificSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ReplicationProviderSpecificSettings)
IPersistableModel<ReplicationProviderSpecificSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ReplicationProviderSpecificSettings)

Applies to