Freigeben über


HDInsightClusterResource.GetServiceConfigsAsync(CancellationToken) Methode

Definition

Listet das Konfigurationsdump aller Dienste auf, die im Cluster ausgeführt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}/serviceConfigs
  • Vorgangs-IdClusters_ListServiceConfigs
public virtual Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigResult> GetServiceConfigsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceConfigsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigResult>
override this.GetServiceConfigsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigResult>
Public Overridable Function GetServiceConfigsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ClusterServiceConfigResult)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ClusterServiceConfigResult , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: