JobOperationsExtensions.GetJob(IJobOperations, String) Method

Definition

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

Parameters

operations
IJobOperations
jobId
String

Returns

Applies to