次の方法で共有


WebSiteSlotResource.GetAllPremierAddOnSlotDataAsync(CancellationToken) メソッド

定義

の説明 アプリのプレミア アドオンを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons
  • 操作IdWebApps_ListPremierAddOnsSlot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>> GetAllPremierAddOnSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllPremierAddOnSlotDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>>
override this.GetAllPremierAddOnSlotDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>>
Public Overridable Function GetAllPremierAddOnSlotDataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PremierAddOnData))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象