Job Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |