MockableAppContainersSubscriptionResource.GetContainerAppConnectedEnvironmentsAsync Method

Definition

Get all connectedEnvironments for a subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to