Share via


SessionPoolCollection.GetAll(CancellationToken) Method

Definition

Get the session pools in a given resource group of a subscription.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools
  • Operation Id: ContainerAppsSessionPools_ListByResourceGroup
  • Default Api Version: 2025-07-01
  • Resource: SessionPoolResource
public virtual Azure.Pageable<Azure.ResourceManager.AppContainers.SessionPoolResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.SessionPoolResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.SessionPoolResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SessionPoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to