MockableAppContainersSubscriptionResource.GetContainerAppManagedEnvironments Method

Definition

Get all Managed Environments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments
  • Operation Id: ManagedEnvironments_ListBySubscription
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentResource
public virtual Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource> GetContainerAppManagedEnvironments (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppManagedEnvironments : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource>
override this.GetContainerAppManagedEnvironments : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource>
Public Overridable Function GetContainerAppManagedEnvironments (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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