A2AZoneDetails Class

Definition

Zone details data.

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

Properties

Source

Source zone info.

Target

The target zone info.

Explicit Interface Implementations

IJsonModel<A2AZoneDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AZoneDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<A2AZoneDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AZoneDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AZoneDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to