Freigeben über


KustoExtensions.GetKustoClusters Methode

Definition

Überlädt

GetKustoClusters(ResourceGroupResource)

Ruft eine Auflistung von KustoClusterResources in resourceGroupResource ab.

GetKustoClusters(SubscriptionResource, CancellationToken)

Listet alle Kusto-Cluster innerhalb eines Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/clusters
  • Vorgang IdClusters_List

GetKustoClusters(ResourceGroupResource)

Ruft eine Auflistung von KustoClusterResources in resourceGroupResource ab.

public static Azure.ResourceManager.Kusto.KustoClusterCollection GetKustoClusters (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetKustoClusters : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Kusto.KustoClusterCollection
<Extension()>
Public Function GetKustoClusters (resourceGroupResource As ResourceGroupResource) As KustoClusterCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von KustoClusterResources und deren Vorgänge über eine KustoClusterResource darstellt.

Gilt für:

GetKustoClusters(SubscriptionResource, CancellationToken)

Listet alle Kusto-Cluster innerhalb eines Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/clusters
  • Vorgang IdClusters_List
public static Azure.Pageable<Azure.ResourceManager.Kusto.KustoClusterResource> GetKustoClusters (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetKustoClusters : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.KustoClusterResource>
<Extension()>
Public Function GetKustoClusters (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoClusterResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der KustoClusterResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: