JobOperationsExtensions.Get(IJobOperations, String) Method

Definition

Get the definition and status of a job.

public static Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse Get (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId);
static member Get : Microsoft.WindowsAzure.Scheduler.IJobOperations * string -> Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse
<Extension()>
Public Function Get (operations As IJobOperations, jobId As String) As JobGetResponse

Parameters

operations
IJobOperations

Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.

jobId
String

Required. Id of the job to get.

Returns

The Get Job operation response.

Applies to