Share via


JobOperationsExtensions.GetJobAsync(IJobOperations, String) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse> GetJobAsync (this Microsoft.Azure.Management.HDInsight.Job.IJobOperations operations, string jobId);
static member GetJobAsync : Microsoft.Azure.Management.HDInsight.Job.IJobOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse>
<Extension()>
Public Function GetJobAsync (operations As IJobOperations, jobId As String) As Task(Of JobGetResponse)

Parameters

operations
IJobOperations
jobId
String

Returns

Applies to