Share via


RecoveryPlanA2ADetails Class

Definition

Recovery plan A2A specific details.

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

Properties

PrimaryExtendedLocation

The primary extended location.

PrimaryZone

The primary zone.

RecoveryExtendedLocation

The recovery extended location.

RecoveryZone

The recovery zone.

Explicit Interface Implementations

IJsonModel<RecoveryPlanA2ADetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanA2ADetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RecoveryPlanProviderSpecificDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryPlanProviderSpecificDetails)
IPersistableModel<RecoveryPlanA2ADetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanA2ADetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanA2ADetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RecoveryPlanProviderSpecificDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RecoveryPlanProviderSpecificDetails)

Applies to