Freigeben über


DataBoxEdgeExtensions.GetAvailableSkusAsync Methode

Definition

Listet alle verfügbaren Skus und informationen zu ihnen auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBoxEdge/availableSkus
  • Vorgangs-IdAvailableSkus_List
public static Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.Models.AvailableDataBoxEdgeSku> GetAvailableSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.Models.AvailableDataBoxEdgeSku>
<Extension()>
Public Function GetAvailableSkusAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AvailableDataBoxEdgeSku)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: