MockableAppContainersSubscriptionResource.GetContainerAppsAsync Method

Definition

Get the Container Apps in a given subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps.
  • Operation Id. : ContainerApps_ListBySubscription.
  • Default Api Version. : 2025-10-02-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppResource> GetContainerAppsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppResource>
override this.GetContainerAppsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppResource>
Public Overridable Function GetContainerAppsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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