SiteRecoveryNetworkMappingProperties Class

Definition

Network Mapping Properties.

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

Properties

FabricSpecificSettings

The fabric specific settings. Please note NetworkMappingFabricSpecificSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include A2ANetworkMappingSettings, VmmToAzureNetworkMappingSettings and VmmToVmmNetworkMappingSettings.

PrimaryFabricFriendlyName

The primary fabric friendly name.

PrimaryNetworkFriendlyName

The primary network friendly name.

PrimaryNetworkId

The primary network id for network mapping.

RecoveryFabricArmId

The recovery fabric ARM id.

RecoveryFabricFriendlyName

The recovery fabric friendly name.

RecoveryNetworkFriendlyName

The recovery network friendly name.

RecoveryNetworkId

The recovery network id for network mapping.

State

The pairing state for network mapping.

Explicit Interface Implementations

IJsonModel<SiteRecoveryNetworkMappingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryNetworkMappingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryNetworkMappingProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryNetworkMappingProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryNetworkMappingProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to