Package version:

This class represents the vm NicUpdates task details.

interface VmNicUpdatesTaskDetails {
    instanceType: "VmNicUpdatesTaskDetails";
    name?: string;
    nicId?: string;
    vmId?: string;
}

Hierarchy (view full)

Properties

instanceType

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

name?: string

Name of the Nic.

nicId?: string

Nic Id.

vmId?: string

Virtual machine Id.