MockableKustoSubscriptionResource.GetKustoEligibleSkus Method

Definition

Lists eligible SKUs for Kusto resource provider.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to