A2ANetworkMappingSettings Class

Definition

A2A Network Mapping fabric specific settings.

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

Properties

PrimaryFabricLocation

The primary fabric location.

RecoveryFabricLocation

The recovery fabric location.

Explicit Interface Implementations

IJsonModel<A2ANetworkMappingSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2ANetworkMappingSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkMappingFabricSpecificSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkMappingFabricSpecificSettings)
IPersistableModel<A2ANetworkMappingSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2ANetworkMappingSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2ANetworkMappingSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkMappingFabricSpecificSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkMappingFabricSpecificSettings)

Applies to