getPrivateEndpointConnection

Gets the private endpoint connection details. Uses Azure REST API version 2024-09-01.

Return

Represents private endpoint connection.

Parameters

argument

null


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

Return

Represents private endpoint connection.

Parameters

privateEndpointConnectionName

The private endpoint connection name.

resourceGroupName

The name of the resource group. The name is case insensitive.

vaultName

The vault name.

See also


Return

Represents private endpoint connection.

Parameters

argument

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

See also