get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
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
private Endpoint Connection Name
The private endpoint connection name.
resource Group Name
The name of the resource group. The name is case insensitive.
vault Name
The vault name.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
Represents private endpoint connection.
Parameters
argument
Builder for com.pulumi.azurenative.datareplication.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.