VmmToAzureCreateNetworkMappingInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create network mappings input properties/behavior specific to Vmm to Azure Network mapping.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.VmmToAzureCreateNetworkMappingInputTypeConverter))]
public class VmmToAzureCreateNetworkMappingInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IVmmToAzureCreateNetworkMappingInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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. |