次の方法で共有


KustoExtensions.GetKustoEligibleSkus メソッド

定義

Kusto リソース プロバイダーの対象となる SKU を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Kusto/skus
  • 操作IdClusters_ListSkus
public static Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoSkuDescription> GetKustoEligibleSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetKustoEligibleSkus : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoSkuDescription>
<Extension()>
Public Function GetKustoEligibleSkus (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoSkuDescription)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の KustoSkuDescription サービス要求を受け取る可能性がある のコレクション。

適用対象