JobOperationsExtensions.ListSparkBatchJobAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.SparkBatchJobCollection> ListSparkBatchJobAsync (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, int? fromParameter = default, int? size = default, System.Threading.CancellationToken cancellationToken = default);
static member ListSparkBatchJobAsync : Microsoft.Azure.HDInsight.Job.IJobOperations * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.SparkBatchJobCollection>
<Extension()>
Public Function ListSparkBatchJobAsync (operations As IJobOperations, Optional fromParameter As Nullable(Of Integer) = Nothing, Optional size As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SparkBatchJobCollection)

Parameters

operations
IJobOperations
fromParameter
Nullable<Int32>
size
Nullable<Int32>
cancellationToken
CancellationToken

Returns

Applies to