VirtualMachineTaskDetails interface

This class represents the virtual machine task details.

Extends

Properties

instanceType

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

skippedReason

The skipped reason.

skippedReasonString

The skipped reason string.

Inherited Properties

jobTask

The job entity.

Property Details

instanceType

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

instanceType: "VirtualMachineTaskDetails"

Property Value

"VirtualMachineTaskDetails"

skippedReason

The skipped reason.

skippedReason?: string

Property Value

string

skippedReasonString

The skipped reason string.

skippedReasonString?: string

Property Value

string

Inherited Property Details

jobTask

The job entity.

jobTask?: JobEntity

Property Value

Inherited From JobTaskDetails.jobTask