Freigeben über


StorageExtensions.GetSkusAsync Methode

Definition

Listet die verfügbaren SKUs auf, die von Microsoft.Storage für das jeweilige Abonnement unterstützt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/skus
  • Vorgang IdSkus_List
public static Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageSkuInformation> GetSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageSkuInformation>
<Extension()>
Public Function GetSkusAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageSkuInformation)

Parameter

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der StorageSkuInformation mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: