JobOperationsExtensions.ListSparkBatchJob Method

Definition

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

Parameters

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

Returns

Applies to