共用方式為


WebSiteManagementClientExtensions.ListSkusAsync 方法

定義

列出所有 SKU。

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 = default);
static member ListSkusAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfosInner>
<Extension()>
Public Function ListSkusAsync (operations As IWebSiteManagementClient, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SkuInfosInner)

參數

operations
IWebSiteManagementClient

這個擴充方法的作業群組。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

列出所有 SKU 的描述。

適用於