Package version:

This class represents the virtual machine task details.

interface VirtualMachineTaskDetails {
    instanceType: "VirtualMachineTaskDetails";
    jobTask?: JobEntity;
    skippedReason?: string;
    skippedReasonString?: string;
}

Hierarchy (view full)

Properties

instanceType

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

jobTask?: JobEntity

The job entity.

skippedReason?: string

The skipped reason.

skippedReasonString?: string

The skipped reason string.