Freigeben über


KustoExtensions.GetSkusAsync Methode

Definition

Listet berechtigte Regions-SKUs für den Kusto-Ressourcenanbieter nach Azure-Region auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/skus
  • Vorgangs-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)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

location
AzureLocation

Der Name der Azure-Region.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von KustoSkuDescription , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: