MockableAppPlatformSubscriptionResource.GetSkus(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Pageable<Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku> GetSkus (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSkus : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku>
override this.GetSkus : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku>
Public Overridable Function GetSkus (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvailableAppPlatformSku)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of AvailableAppPlatformSku that may take multiple service requests to iterate over.