JobOperationsExtensions.GetHistoryAsync Method

Definition

Get the execution history of a Job.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse> GetHistoryAsync (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters parameters);
static member GetHistoryAsync : Microsoft.WindowsAzure.Scheduler.IJobOperations * string * Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse>
<Extension()>
Public Function GetHistoryAsync (operations As IJobOperations, jobId As String, parameters As JobGetHistoryParameters) As Task(Of JobGetHistoryResponse)

Parameters

operations
IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

jobId
String

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

parameters
JobGetHistoryParameters

Required. Parameters supplied to the Get Job History operation.

Returns

The Get Job History operation response.

Applies to