Share via


MockableAppPlatformSubscriptionResource.GetSkusAsync Method

Definition

Lists all of the available skus of the Microsoft.AppPlatform provider.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/skus
  • Operation Id: Skus_List
  • Default Api Version: 2022-12-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku> GetSkusAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSkusAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku>
override this.GetSkusAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku>
Public Overridable Function GetSkusAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AvailableAppPlatformSku)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AvailableAppPlatformSku that may take multiple service requests to iterate over.

Applies to