IJobOperations.GetJobAsync(String, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse> GetJobAsync (string jobId, System.Threading.CancellationToken cancellationToken);
abstract member GetJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse>
Public Function GetJobAsync (jobId As String, cancellationToken As CancellationToken) As Task(Of JobGetResponse)

Parameters

jobId
String
cancellationToken
CancellationToken

Returns

Applies to