JobOperationsExtensions.GetHistoryWithFilter Method

Definition

Get the execution history of a Job with a filter on the job Status.

public static Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse GetHistoryWithFilter (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters parameters);
static member GetHistoryWithFilter : Microsoft.WindowsAzure.Scheduler.IJobOperations * string * Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters -> Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse
<Extension()>
Public Function GetHistoryWithFilter (operations As IJobOperations, jobId As String, parameters As JobGetHistoryWithFilterParameters) As JobGetHistoryResponse

Parameters

operations
IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

jobId
String

Required. Id of the job to get the history of.

parameters
JobGetHistoryWithFilterParameters

Required. Parameters supplied to the Get Job History With Filter operation.

Returns

The Get Job History operation response.

Applies to