共用方式為


VmNicUpdatesTaskDetails interface

This class represents the vm NicUpdates task details.

Extends

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

name

Name of the Nic.

nicId

Nic Id.

vmId

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