你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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