RecoveryPlanHyperVReplicaAzureFailbackContent Class

Definition

Recovery plan HVR Azure failback input.

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

Constructors

RecoveryPlanHyperVReplicaAzureFailbackContent(SiteRecoveryDataSyncStatus, AlternateLocationRecoveryOption)

Initializes a new instance of RecoveryPlanHyperVReplicaAzureFailbackContent.

Properties

DataSyncOption

The data sync option.

RecoveryVmCreationOption

The ALR option.

Explicit Interface Implementations

IJsonModel<RecoveryPlanHyperVReplicaAzureFailbackContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanHyperVReplicaAzureFailbackContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RecoveryPlanProviderSpecificFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryPlanProviderSpecificFailoverContent)
IPersistableModel<RecoveryPlanHyperVReplicaAzureFailbackContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanHyperVReplicaAzureFailbackContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanHyperVReplicaAzureFailbackContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RecoveryPlanProviderSpecificFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RecoveryPlanProviderSpecificFailoverContent)

Applies to