IJobOperations.GetHistoryWithFilterAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse> GetHistoryWithFilterAsync (string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member GetHistoryWithFilterAsync : string * Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse>
Public Function GetHistoryWithFilterAsync (jobId As String, parameters As JobGetHistoryWithFilterParameters, cancellationToken As CancellationToken) As Task(Of JobGetHistoryResponse)

Parameters

jobId
String

Id of the job to get the history of.

parameters
JobGetHistoryWithFilterParameters

Parameters supplied to the Get Job History With Filter operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Job History operation response.

Applies to