NetworkInterfaceUpdate interface
Defines the network interface update.
Properties
| device |
Gets or sets the device key value. |
| name | Gets or sets the name of the network interface. |
| network |
Gets or sets the ARM Id of the network resource to connect the virtual machine. |
| nic |
NIC type |
| power |
Gets or sets the power on boot. |
Property Details
deviceKey
Gets or sets the device key value.
deviceKey?: number
Property Value
number
name
Gets or sets the name of the network interface.
name?: string
Property Value
string
networkId
Gets or sets the ARM Id of the network resource to connect the virtual machine.
networkId?: string
Property Value
string
nicType
NIC type
nicType?: string
Property Value
string
powerOnBoot
Gets or sets the power on boot.
powerOnBoot?: string
Property Value
string