Lingua

ContainerAppResource.GetContainerAppContainerPrivateEndpointConnectionAsync Method

Definition

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

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppContainerPrivateEndpointConnectionResource>> GetContainerAppContainerPrivateEndpointConnectionAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppContainerPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppContainerPrivateEndpointConnectionResource>>
override this.GetContainerAppContainerPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppContainerPrivateEndpointConnectionResource>>
Public Overridable Function GetContainerAppContainerPrivateEndpointConnectionAsync (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppContainerPrivateEndpointConnectionResource))

Parameters

privateEndpointConnectionName
String

Name of the Private Endpoint Connection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

privateEndpointConnectionName is null.

privateEndpointConnectionName is an empty string, and was expected to be non-empty.

Applies to