A2AUpdateNetworkMappingContent Class

Definition

Updates network mappings input.

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

Constructors

A2AUpdateNetworkMappingContent()

Initializes a new instance of A2AUpdateNetworkMappingContent.

Properties

PrimaryNetworkId

The primary azure vnet Id.

Explicit Interface Implementations

IJsonModel<A2AUpdateNetworkMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AUpdateNetworkMappingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FabricSpecificUpdateNetworkMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from FabricSpecificUpdateNetworkMappingContent)
IPersistableModel<A2AUpdateNetworkMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AUpdateNetworkMappingContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AUpdateNetworkMappingContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FabricSpecificUpdateNetworkMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from FabricSpecificUpdateNetworkMappingContent)

Applies to