JobOperationsExtensions.ListSparkBatchJob 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 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