MockableAppContainersSubscriptionResource.GetContainerAppManagedEnvironmentsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.