JobOperationsExtensions.ListSparkSessionJobAsync 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.SparkSessionCollection> ListSparkSessionJobAsync (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, int? fromParameter = default, int? size = default, System.Threading.CancellationToken cancellationToken = default);
static member ListSparkSessionJobAsync : Microsoft.Azure.HDInsight.Job.IJobOperations * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.SparkSessionCollection>
<Extension()>
Public Function ListSparkSessionJobAsync (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 SparkSessionCollection)
Parameters
- operations
- IJobOperations
- cancellationToken
- CancellationToken