Language

ContainerAppContainerPrivateEndpointConnectionResource.Get Method

Definition

Gets the details of a private endpoint connection associated with a Container App.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to