getPrivateEndpointConnection

Gets the specified private endpoint connection associated with the given policy. Uses Azure REST API version 2020-03-01.

Return

Private endpoint connection resource.

Parameters

argument

null


suspend fun getPrivateEndpointConnection(policyName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult

Return

Private endpoint connection resource.

Parameters

policyName

The name of the private link policy in Azure AD.

privateEndpointConnectionName

The PrivateEndpointConnection name.

resourceGroupName

Name of an Azure resource group.

See also


Return

Private endpoint connection resource.

Parameters

argument

Builder for com.pulumi.azurenative.aadiam.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also