ContainerAppCollection.GetAll(CancellationToken) Method

Definition

Get the Container Apps in a given resource group. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps Operation Id: ContainerApps_ListByResourceGroup

public virtual Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to