KustoExtensions.GetSkus Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/skus
  • Vorgang IdSkus_List
public static Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoSkuDescription> GetSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetSkus : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoSkuDescription>
<Extension()>
Public Function GetSkus (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoSkuDescription)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

Der Name der Azure-Region.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der KustoSkuDescription möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: