VmNicUpdatesTaskDetails interface
This class represents the vm NicUpdates task details.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
name | Name of the Nic. |
nic |
Nic Id. |
vm |
Virtual machine Id. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "VmNicUpdatesTaskDetails"
Property Value
"VmNicUpdatesTaskDetails"
name
Name of the Nic.
name?: string
Property Value
string
nicId
Nic Id.
nicId?: string
Property Value
string
vmId
Virtual machine Id.
vmId?: string
Property Value
string