AzureIaaSVMJobV2 interface
Azure IaaS VM workload-specific job object.
- Extends
Properties
| actions |
Gets or sets the state/actions applicable on this job like cancel/retry. |
| container |
Container name of the entity on which the current job is executing. |
| duration | Time elapsed during the execution of this job. |
| error |
Error details on execution of this job. |
| extended |
Additional information for this job. |
| job |
Polymorphic discriminator, which specifies the different types this object can be |
| virtual |
Specifies whether the backup item is a Classic or an Azure Resource Manager VM. |
Inherited Properties
| activity |
ActivityId of job. |
| backup |
Backup management type to execute the current job. |
| end |
The end time. |
| entity |
Friendly name of the entity on which the current job is executing. |
| operation | The operation name. |
| start |
The start time. |
| status | Job status. |
Property Details
actionsInfo
Gets or sets the state/actions applicable on this job like cancel/retry.
actionsInfo?: JobSupportedAction[]
Property Value
containerName
Container name of the entity on which the current job is executing.
containerName?: string
Property Value
string
duration
Time elapsed during the execution of this job.
duration?: string
Property Value
string
errorDetails
Error details on execution of this job.
errorDetails?: AzureIaaSVMErrorInfo[]
Property Value
extendedInfo
Additional information for this job.
extendedInfo?: AzureIaaSVMJobExtendedInfo
Property Value
jobType
Polymorphic discriminator, which specifies the different types this object can be
jobType: "AzureIaaSVMJobV2"
Property Value
"AzureIaaSVMJobV2"
virtualMachineVersion
Specifies whether the backup item is a Classic or an Azure Resource Manager VM.
virtualMachineVersion?: string
Property Value
string
Inherited Property Details
activityId
backupManagementType
Backup management type to execute the current job.
backupManagementType?: string
Property Value
string
Inherited From Job.backupManagementType
endTime
entityFriendlyName
Friendly name of the entity on which the current job is executing.
entityFriendlyName?: string
Property Value
string
Inherited From Job.entityFriendlyName