Share via


INetworkInterfaceUpdate Interface

Definition

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

Properties

DeviceKey

Gets or sets the device key value.

Name

Gets or sets the name of the network interface.

NetworkId

Gets or sets the ARM Id of the network resource to connect the virtual machine.

NicType

NIC type

PowerOnBoot

Gets or sets the power on boot.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to