JobOperationsExtensions.GetHistoryWithFilter Method (IJobOperations, String, JobGetHistoryWithFilterParameters)
Get the execution history of a Job with a filter on the job Status.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
<ExtensionAttribute> Public Shared Function GetHistoryWithFilter ( operations As IJobOperations, jobId As String, parameters As JobGetHistoryWithFilterParameters ) As JobGetHistoryResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Scheduler.IJobOperations
Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
- jobId
-
Type:
System.String
Required. Id of the job to get the history of.
- parameters
-
Type:
Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters
Required. Parameters supplied to the Get Job History With Filter operation.
Return Value
Type: Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponseThe Get Job History operation response.
Show: