Delen via


MockableKustoSubscriptionResource.GetKustoClustersAsync Method

Definition

Lists all Kusto clusters within a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/clusters
  • Operation Id: Clusters_List
  • Default Api Version: 2024-04-13
  • Resource: KustoClusterResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoClusterResource> GetKustoClustersAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetKustoClustersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoClusterResource>
override this.GetKustoClustersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoClusterResource>
Public Overridable Function GetKustoClustersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoClusterResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of KustoClusterResource that may take multiple service requests to iterate over.

Applies to