Job interface

Defines workload agnostic properties for a job.

Properties

activityId

ActivityId of job.

backupManagementType

Backup management type to execute the current job.

endTime

The end time.

entityFriendlyName

Friendly name of the entity on which the current job is executing.

jobType

Polymorphic discriminator, which specifies the different types this object can be

operation

The operation name.

startTime

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