Share via


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: ManagedEnvironmentUsages_List
  • Default Api Version: 2024-03-01
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

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

Applies to