MockableKustoSubscriptionResource.GetKustoClusters(CancellationToken) Method

Definition

Lists all Kusto clusters within a subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to