Language

ContainerAppContainerPrivateEndpointConnectionCollection.GetAll Method

Definition

Lists all private endpoint connections associated with a Container App.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to