UpdateNetworkMappingProperties Class

Definition

Common input details for network mapping operation.

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

Constructors

UpdateNetworkMappingProperties()

Initializes a new instance of UpdateNetworkMappingProperties.

Properties

FabricSpecificDetails

Fabrics specific input network Id. Please note FabricSpecificUpdateNetworkMappingContent 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 A2AUpdateNetworkMappingContent, VmmToAzureUpdateNetworkMappingContent and VmmToVmmUpdateNetworkMappingContent.

RecoveryFabricName

Recovery fabric name.

RecoveryNetworkId

Recovery network Id.

Explicit Interface Implementations

IJsonModel<UpdateNetworkMappingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateNetworkMappingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateNetworkMappingProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateNetworkMappingProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateNetworkMappingProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to