JobQueryObject 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.
Filters to list the jobs.
public class JobQueryObject
type JobQueryObject = class
Public Class JobQueryObject
- Inheritance
-
JobQueryObject
Constructors
JobQueryObject() |
Initializes a new instance of the JobQueryObject class. |
JobQueryObject(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the JobQueryObject class. |
Properties
BackupManagementType |
Gets or sets type of backup management for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup' |
EndTime |
Gets or sets job has ended at this time. Value is in UTC. |
JobId |
Gets or sets jobID represents the job uniquely. |
Operation |
Gets or sets type of operation. Possible values include: 'Invalid', 'Register', 'UnRegister', 'ConfigureBackup', 'Backup', 'Restore', 'DisableBackup', 'DeleteBackupData', 'CrossRegionRestore', 'Undelete', 'UpdateCustomerManagedKey' |
StartTime |
Gets or sets job has started at this time. Value is in UTC. |
Status |
Gets or sets status of the job. Possible values include: 'Invalid', 'InProgress', 'Completed', 'Failed', 'CompletedWithWarnings', 'Cancelled', 'Cancelling' |