JobQueryObject Constructors
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.
Overloads
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. |
JobQueryObject()
Initializes a new instance of the JobQueryObject class.
public JobQueryObject ();
Public Sub New ()
Applies to
JobQueryObject(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the JobQueryObject class.
public JobQueryObject (string status = default, string backupManagementType = default, string operation = default, string jobId = default, DateTime? startTime = default, DateTime? endTime = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobQueryObject : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobQueryObject
Public Sub New (Optional status As String = Nothing, Optional backupManagementType As String = Nothing, Optional operation As String = Nothing, Optional jobId As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing)
Parameters
- status
- String
Status of the job. Possible values include: 'Invalid', 'InProgress', 'Completed', 'Failed', 'CompletedWithWarnings', 'Cancelled', 'Cancelling'
- backupManagementType
- String
Type of backup management for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- operation
- String
Type of operation. Possible values include: 'Invalid', 'Register', 'UnRegister', 'ConfigureBackup', 'Backup', 'Restore', 'DisableBackup', 'DeleteBackupData', 'CrossRegionRestore', 'Undelete', 'UpdateCustomerManagedKey'
- jobId
- String
JobID represents the job uniquely.
Applies to
Azure SDK for .NET