JobOperationsExtensions.GetHistory Method (IJobOperations, String, JobGetHistoryParameters)

 

Get the execution history of a Job.

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public static JobGetHistoryResponse GetHistory(
	this IJobOperations operations,
	string jobId,
	JobGetHistoryParameters parameters
)

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.JobGetHistoryParameters

Required. Parameters supplied to the Get Job History operation.

Return Value

Type: Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse

The Get Job History operation response.

Return to top
Show: