AppPlatformExtensions.GetSkusAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet alle verfügbaren Skus des Anbieters Microsoft.AppPlatform auf.
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/skus
- Vorgang IdSkus_List
public static Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku> 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.AppPlatform.Models.AvailableAppPlatformSku>
<Extension()>
Public Function GetSkusAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AvailableAppPlatformSku)
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 AvailableAppPlatformSku mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.