Share via


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)

Syntax

public static Task<JobGetResponse> GetAsync(
    this IJobOperations operations,
    string jobId
)
public:
[ExtensionAttribute]
static Task<JobGetResponse^>^ GetAsync(
    IJobOperations^ operations,
    String^ jobId
)
static member GetAsync : 
        operations:IJobOperations *
        jobId:string -> Task<JobGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IJobOperations,
    jobId As String
) As Task(Of JobGetResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<JobGetResponse>

The Get Job operation response.

See Also

JobOperationsExtensions Class
Microsoft.WindowsAzure.Scheduler Namespace

Return to top