Share via


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

  • jobId
    Type: System.String

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

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