共用方式為


WebSiteManagementClientExtensions.ListPremierAddOnOffersAsync 方法

定義

列出所有頂級附加元件供應專案。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnOffer>> ListPremierAddOnOffersAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, System.Threading.CancellationToken cancellationToken = default);
static member ListPremierAddOnOffersAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnOffer>>
<Extension()>
Public Function ListPremierAddOnOffersAsync (operations As IWebSiteManagementClient, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PremierAddOnOffer))

參數

operations
IWebSiteManagementClient

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

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

列出所有頂級附加元件供應專案的描述。

適用於