WebSiteSlotResource.GetAllPremierAddOnSlotData(CancellationToken) Method

Definition

Description for Gets the premier add-ons of an app.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to