Share via


SiteContainerCollection.GetAll(CancellationToken) Method

Definition

Lists all the site containers of a site, or a deployment slot.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to