JobOperationsExtensions.Get Method (IJobOperations, String)

 

Get the definition and status of a job.

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

public static JobGetResponse Get(
	this IJobOperations operations,
	string jobId
)

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.

Return Value

Type: Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse

The Get Job operation response.

Return to top
Show: