AzureWorkloadJob interface
Azure storage specific job.
- Extends
Properties
| actions |
Gets or sets the state/actions applicable on this job like cancel/retry. |
| duration | Time elapsed during the execution of this job. |
| error |
Error details on execution of this job. |
| extended |
Additional information about the job. |
| job |
Polymorphic discriminator, which specifies the different types this object can be |
| workload |
Workload type of the job |
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
duration
Time elapsed during the execution of this job.
duration?: string
Property Value
string
errorDetails
Error details on execution of this job.
errorDetails?: AzureWorkloadErrorInfo[]
Property Value
extendedInfo
Additional information about the job.
extendedInfo?: AzureWorkloadJobExtendedInfo
Property Value
jobType
Polymorphic discriminator, which specifies the different types this object can be
jobType: "AzureWorkloadJob"
Property Value
"AzureWorkloadJob"
workloadType
Workload type of the job
workloadType?: 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