Share via


VmmToAzureCreateNetworkMappingInput Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VmmToAzureCreateNetworkMappingInputTypeConverter))]
public class VmmToAzureCreateNetworkMappingInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVmmToAzureCreateNetworkMappingInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VmmToAzureCreateNetworkMappingInputTypeConverter))>]
type VmmToAzureCreateNetworkMappingInput = class
    interface IVmmToAzureCreateNetworkMappingInput
    interface IJsonSerializable
    interface IFabricSpecificCreateNetworkMappingInput
    interface IValidates
Public Class VmmToAzureCreateNetworkMappingInput
Implements IValidates, IVmmToAzureCreateNetworkMappingInput
Inheritance
VmmToAzureCreateNetworkMappingInput
Attributes
Implements

Constructors

VmmToAzureCreateNetworkMappingInput()

Creates an new VmmToAzureCreateNetworkMappingInput instance.

Properties

InstanceType

The instance type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VmmToAzureCreateNetworkMappingInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VmmToAzureCreateNetworkMappingInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVmmToAzureCreateNetworkMappingInput.

FromJsonString(String)

Creates a new instance of VmmToAzureCreateNetworkMappingInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VmmToAzureCreateNetworkMappingInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to