Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Job

Package version

Defines workload agnostic properties for a job.

Hierarchy

  • Job

Index

Properties

Optional activityId

activityId: undefined | string

ActivityId of job.

Optional backupManagementType

backupManagementType: BackupManagementType

Backup management type to execute the current job.

Optional endTime

endTime: Date

The end time.

Optional entityFriendlyName

entityFriendlyName: undefined | string

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

jobType

jobType: "AzureIaaSVMJob" | "AzureIaaSVMJobV2" | "AzureStorageJob" | "AzureWorkloadJob" | "DpmJob" | "MabJob" | "VaultJob"

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

Optional operation

operation: undefined | string

The operation name.

Optional startTime

startTime: Date

The start time.

Optional status

status: undefined | string

Job status.

Generated using TypeDoc