RecoveryPlanInMageAzureV2FailoverContent Class

Definition

Recovery plan InMageAzureV2 failover input.

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

Constructors

RecoveryPlanInMageAzureV2FailoverContent(InMageV2RpRecoveryPointType)

Initializes a new instance of RecoveryPlanInMageAzureV2FailoverContent.

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<RecoveryPlanInMageAzureV2FailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanInMageAzureV2FailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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