次の方法で共有


KustoExtensions.GetSkusAsync メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Azure リージョンの名前。

cancellationToken
CancellationToken

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

戻り値

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

適用対象