Share via


WebSiteSlotCollection.GetAll(CancellationToken) Method

Definition

Description for Gets an app's deployment slots.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots
  • Operation Id: WebApps_ListSlots
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.WebSiteSlotResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WebSiteSlotResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WebSiteSlotResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebSiteSlotResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of WebSiteSlotResource that may take multiple service requests to iterate over.

Applies to