JobQueryParameter 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
JobQueryParameter() |
Initializes a new instance of the JobQueryParameter class. |
JobQueryParameter(String, String, String, String, String, String, String, Nullable<Double>) |
Initializes a new instance of the JobQueryParameter class. |
JobQueryParameter()
Initializes a new instance of the JobQueryParameter class.
public JobQueryParameter ();
Public Sub New ()
Applies to
JobQueryParameter(String, String, String, String, String, String, String, Nullable<Double>)
Initializes a new instance of the JobQueryParameter class.
public JobQueryParameter (string startTime = default, string endTime = default, string fabricId = default, string affectedObjectTypes = default, string jobStatus = default, string jobOutputType = default, string jobName = default, double? timezoneOffset = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobQueryParameter : string * string * string * string * string * string * string * Nullable<double> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobQueryParameter
Public Sub New (Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional fabricId As String = Nothing, Optional affectedObjectTypes As String = Nothing, Optional jobStatus As String = Nothing, Optional jobOutputType As String = Nothing, Optional jobName As String = Nothing, Optional timezoneOffset As Nullable(Of Double) = Nothing)
Parameters
- startTime
- String
Date time to get jobs from.
- endTime
- String
Date time to get jobs upto.
- fabricId
- String
The Id of the fabric to search jobs under.
- affectedObjectTypes
- String
The type of objects.
- jobStatus
- String
The states of the job to be filtered can be in.
- jobOutputType
- String
The output type of the jobs. Possible values include: 'Json', 'Xml', 'Excel'
- jobName
- String
The job Name.