ContainerAppManagedEnvironmentResource.GetManagedEnvironmentUsagesAsync Method

Definition

Gets the current usage information as well as the limits for environment.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/usages.
  • Operation Id. : ManagedEnvironmentUsagesOperationGroup_List.
  • Default Api Version. : 2025-10-02-preview.
  • Resource. : ContainerAppManagedEnvironmentResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppUsage> GetManagedEnvironmentUsagesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedEnvironmentUsagesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppUsage>
override this.GetManagedEnvironmentUsagesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppUsage>
Public Overridable Function GetManagedEnvironmentUsagesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppUsage)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to