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)
Syntax
public static JobGetHistoryResponse GetHistory(
this IJobOperations operations,
string jobId,
JobGetHistoryParameters parameters
)
public:
[ExtensionAttribute]
static JobGetHistoryResponse^ GetHistory(
IJobOperations^ operations,
String^ jobId,
JobGetHistoryParameters^ parameters
)
static member GetHistory :
operations:IJobOperations *
jobId:string *
parameters:JobGetHistoryParameters -> JobGetHistoryResponse
<ExtensionAttribute>
Public Shared Function GetHistory (
operations As IJobOperations,
jobId As String,
parameters As JobGetHistoryParameters
) As JobGetHistoryResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Scheduler.IJobOperationsReference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
jobId
Type: System.StringRequired. Id of the job to get the history of.
parameters
Type: Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParametersRequired. Parameters supplied to the Get Job History operation.
Return Value
Type: Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse
The Get Job History operation response.
See Also
JobOperationsExtensions Class
Microsoft.WindowsAzure.Scheduler Namespace
Return to top