Freigeben über


HDInsightClusterResource.GetClusterJobsAsync(CancellationToken) Methode

Definition

Abrufen von Aufträgen von HDInsight im AKS-Cluster.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}/jobs
  • Vorgang IdClusterJobs_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob> GetClusterJobsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetClusterJobsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob>
override this.GetClusterJobsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob>
Public Overridable Function GetClusterJobsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ClusterJob)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ClusterJob mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: