VmmToVmmCreateNetworkMappingContent Class

Definition

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

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

Constructors

VmmToVmmCreateNetworkMappingContent()

Initializes a new instance of VmmToVmmCreateNetworkMappingContent.

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

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

IJsonModel<VmmToVmmCreateNetworkMappingContent>.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<VmmToVmmCreateNetworkMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmmToVmmCreateNetworkMappingContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmmToVmmCreateNetworkMappingContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to