次の方法で共有


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

キャンセル トークン。

戻り値

注釈

「すべてのプレミア アドオン オファーを一覧表示する」の説明。

適用対象