IJobOperations.GetAsync Method (String, Guid, CancellationToken)

 

Retrieve the job identified by job id. (see http://aka.ms/azureautomationsdk/joboperations for more information)

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

Function GetAsync (
	automationAccount As String,
	jobId As Guid,
	cancellationToken As CancellationToken
) As Task(Of JobGetResponse)

Parameters

automationAccount
Type: System.String

The automation account name.

jobId
Type: System.Guid

The job id.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of JobGetResponse)

The response model for the get job operation.

Return to top
Show: