JobOperationsExtensions.GetAsync 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)

<ExtensionAttribute>
Public Shared Function GetAsync (
	operations As IJobOperations,
	jobId As String
) As Task(Of JobGetResponse)

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: System.Threading.Tasks.Task(Of JobGetResponse)

The Get Job operation response.

Return to top
Show: