MockableAppContainersSubscriptionResource.GetContainerAppManagedEnvironmentsAsync Method

Definition

Get all Managed Environments for a subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to