共用方式為


Job Class

Definition

Defines workload agnostic properties for a job.

public class Job
type Job = class
Public Class Job
Inheritance
Job
Derived

Constructors

Job()

Initializes a new instance of the Job class.

Job(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the Job class.

Properties

ActivityId

Gets or sets activityId of job.

BackupManagementType

Gets or sets backup management type to execute the current job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

EndTime

Gets or sets the end time.

EntityFriendlyName

Gets or sets friendly name of the entity on which the current job is executing.

Operation

Gets or sets the operation name.

StartTime

Gets or sets the start time.

Status

Gets or sets job status.

Applies to