JobOperationsExtensions.GetSparkStatementJobAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.SparkStatement> GetSparkStatementJobAsync (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, int sessionId, int statementId, System.Threading.CancellationToken cancellationToken = default);
static member GetSparkStatementJobAsync : Microsoft.Azure.HDInsight.Job.IJobOperations * int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.SparkStatement>
<Extension()>
Public Function GetSparkStatementJobAsync (operations As IJobOperations, sessionId As Integer, statementId As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SparkStatement)
Parameters
- operations
- IJobOperations
- sessionId
- Int32
- statementId
- Int32
- cancellationToken
- CancellationToken