Share via


IJobOperations.ListJobsAsync(CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobListResponse> ListJobsAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListJobsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobListResponse>
Public Function ListJobsAsync (cancellationToken As CancellationToken) As Task(Of JobListResponse)

Parameters

cancellationToken
CancellationToken

Returns

Applies to