IVMwareNetworkAdapter Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VMwareNetworkAdapterTypeConverter))]
public interface IVMwareNetworkAdapter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VMwareNetworkAdapterTypeConverter))>]
type IVMwareNetworkAdapter = interface
    interface IJsonSerializable
Public Interface IVMwareNetworkAdapter
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
IPAddressList

IP addresses for the machine.

IPAddressType

Type of the IP address.

Label

Label of the NIC.

MacAddress

Mac address of the NIC.

NetworkName

Network Name.

NicId

NIC Id.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to