Job interface
Defines workload agnostic properties for a job.
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. |
| job |
The discriminator possible values: AzureIaaSVMJob, AzureIaaSVMJobV2, AzureStorageJob, AzureWorkloadJob, DpmJob, MabJob, VaultJob |
| operation | The operation name. |
| start |
The start time. |
| status | Job status. |
Property Details
activityId
ActivityId of job.
activityId?: string
Property Value
string
backupManagementType
Backup management type to execute the current job.
backupManagementType?: string
Property Value
string
endTime
The end time.
endTime?: Date
Property Value
Date
entityFriendlyName
Friendly name of the entity on which the current job is executing.
entityFriendlyName?: string
Property Value
string
jobType
The discriminator possible values: AzureIaaSVMJob, AzureIaaSVMJobV2, AzureStorageJob, AzureWorkloadJob, DpmJob, MabJob, VaultJob
jobType: string
Property Value
string
operation
The operation name.
operation?: string
Property Value
string
startTime
The start time.
startTime?: Date
Property Value
Date
status
Job status.
status?: string
Property Value
string