get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get a private endpoint connection Uses Azure REST API version 2021-12-01. Other available API versions: 2021-07-01, 2023-05-01-preview, 2024-04-01-preview.
Return
A private endpoint connection class.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(accountName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Return
A private endpoint connection class.
Parameters
account Name
The name of the account.
private Endpoint Connection Name
Name of the private endpoint connection.
resource Group Name
The resource group name.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
A private endpoint connection class.
Parameters
argument
Builder for com.pulumi.azurenative.purview.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.