RecoveryPlanInMageRcmFailbackFailoverContent Class

Definition

Recovery plan InMageRcmFailback failover input.

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

Constructors

RecoveryPlanInMageRcmFailbackFailoverContent(InMageRcmFailbackRecoveryPointType)

Initializes a new instance of RecoveryPlanInMageRcmFailbackFailoverContent.

Properties

RecoveryPointType

The recovery point type.

UseMultiVmSyncPoint

A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover.

Explicit Interface Implementations

IJsonModel<RecoveryPlanInMageRcmFailbackFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanInMageRcmFailbackFailoverContent>.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<RecoveryPlanInMageRcmFailbackFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanInMageRcmFailbackFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanInMageRcmFailbackFailoverContent>.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