VirtualMachineTaskDetails interface
This class represents the virtual machine task details.
- Extends
Properties
| instance |
Polymorphic discriminator, which specifies the different types this object can be |
| skipped |
The skipped reason. |
| skipped |
The skipped reason string. |
Inherited Properties
| job |
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