RecoveryPlanA2AContent Class

Definition

Recovery plan A2A input.

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

Constructors

RecoveryPlanA2AContent()

Initializes a new instance of RecoveryPlanA2AContent.

Properties

PrimaryExtendedLocation

The primary extended location.

PrimaryZone

The primary zone.

RecoveryExtendedLocation

The recovery extended location.

RecoveryZone

The recovery zone.

Explicit Interface Implementations

IJsonModel<RecoveryPlanA2AContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanA2AContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RecoveryPlanProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryPlanProviderSpecificContent)
IPersistableModel<RecoveryPlanA2AContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanA2AContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanA2AContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RecoveryPlanProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RecoveryPlanProviderSpecificContent)

Applies to