RecoveryPlanInMageFailoverContent Class

Definition

Recovery plan InMage failover input.

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

Constructors

RecoveryPlanInMageFailoverContent(RpInMageRecoveryPointType)

Initializes a new instance of RecoveryPlanInMageFailoverContent.

Properties

RecoveryPointType

The recovery point type.

Explicit Interface Implementations

IJsonModel<RecoveryPlanInMageFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanInMageFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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