JobOperationsExtensions.GetSparkStatementJob Method

Definition

public static Microsoft.Azure.HDInsight.Job.Models.SparkStatement GetSparkStatementJob (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, int sessionId, int statementId);
static member GetSparkStatementJob : Microsoft.Azure.HDInsight.Job.IJobOperations * int * int -> Microsoft.Azure.HDInsight.Job.Models.SparkStatement
<Extension()>
Public Function GetSparkStatementJob (operations As IJobOperations, sessionId As Integer, statementId As Integer) As SparkStatement

Parameters

operations
IJobOperations
sessionId
Int32
statementId
Int32

Returns

Applies to