INetworkInterfaceUpdate Interface
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.
[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) |