VMwareToAzStackHcinicInput 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.
VMwareToAzStackHCI NIC properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHcinicInputTypeConverter))]
public class VMwareToAzStackHcinicInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcinicInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHcinicInputTypeConverter))>]
type VMwareToAzStackHcinicInput = class
interface IVMwareToAzStackHcinicInput
interface IJsonSerializable
Public Class VMwareToAzStackHcinicInput
Implements IVMwareToAzStackHcinicInput
- Inheritance
-
VMwareToAzStackHcinicInput
- Attributes
- Implements
Constructors
VMwareToAzStackHcinicInput() |
Creates an new VMwareToAzStackHcinicInput instance. |
Properties
Label |
Gets or sets the NIC label. |
NetworkName |
Gets or sets the network name. |
NicId |
Gets or sets the NIC Id. |
SelectionTypeForFailover |
Gets or sets the selection type of the NIC. |
TargetNetworkId |
Gets or sets the target network Id within AzStackHCI Cluster. |
TestNetworkId |
Gets or sets the target test network Id within AzStackHCI Cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VMwareToAzStackHcinicInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VMwareToAzStackHcinicInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcinicInput. |
FromJsonString(String) |
Creates a new instance of VMwareToAzStackHcinicInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VMwareToAzStackHcinicInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |