WebSiteManagementClientExtensions.ListSkusAsync(IWebSiteManagementClient, CancellationToken) Method
Definition
List all SKUs.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfosInner> ListSkusAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, System.Threading.CancellationToken cancellationToken = null);
static member ListSkusAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfosInner>
Parameters
- operations
- IWebSiteManagementClient
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
List all SKUs.