A2ACreateNetworkMappingContent Class

Definition

Create network mappings input properties/behavior specific to Azure to Azure Network mapping.

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

Constructors

A2ACreateNetworkMappingContent(ResourceIdentifier)

Initializes a new instance of A2ACreateNetworkMappingContent.

Properties

PrimaryNetworkId

The primary azure vnet Id.

Explicit Interface Implementations

IJsonModel<A2ACreateNetworkMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2ACreateNetworkMappingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FabricSpecificCreateNetworkMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from FabricSpecificCreateNetworkMappingContent)
IPersistableModel<A2ACreateNetworkMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2ACreateNetworkMappingContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2ACreateNetworkMappingContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FabricSpecificCreateNetworkMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from FabricSpecificCreateNetworkMappingContent)

Applies to