JobOperationsExtensions.GetSparkBatchStateAsync 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.SparkJobState> GetSparkBatchStateAsync (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, int batchId, System.Threading.CancellationToken cancellationToken = default);
static member GetSparkBatchStateAsync : Microsoft.Azure.HDInsight.Job.IJobOperations * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.SparkJobState>
<Extension()>
Public Function GetSparkBatchStateAsync (operations As IJobOperations, batchId As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SparkJobState)
Parameters
- operations
- IJobOperations
- batchId
- Int32
- cancellationToken
- CancellationToken