VmmToAzureCreateNetworkMappingContent Class

Definition

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

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

Constructors

VmmToAzureCreateNetworkMappingContent()

Initializes a new instance of VmmToAzureCreateNetworkMappingContent.

Explicit Interface Implementations

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)
IJsonModel<VmmToAzureCreateNetworkMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmmToAzureCreateNetworkMappingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<VmmToAzureCreateNetworkMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmmToAzureCreateNetworkMappingContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmmToAzureCreateNetworkMappingContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to