Udostępnij przez


ContainerAppPrivateEndpointConnectionCollection.GetAll Method

Definition

List private endpoint connections for a given managed environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/privateEndpointConnections
  • Operation Id: ManagedEnvironmentPrivateEndpointConnections_List
  • Default Api Version: 2025-07-01
  • Resource: ContainerAppPrivateEndpointConnectionResource
public virtual Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppPrivateEndpointConnectionResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to