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 |
Polymorphic discriminator, which specifies the different types this object can be |
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
Polymorphic discriminator, which specifies the different types this object can be
jobType: "AzureIaaSVMJob" | "AzureIaaSVMJobV2" | "AzureStorageJob" | "AzureWorkloadJob" | "DpmJob" | "MabJob" | "VaultJob"
Property Value
"AzureIaaSVMJob" | "AzureIaaSVMJobV2" | "AzureStorageJob" | "AzureWorkloadJob" | "DpmJob" | "MabJob" | "VaultJob"
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