get Private Endpoint Connection Proxy
suspend fun getPrivateEndpointConnectionProxy(argument: GetPrivateEndpointConnectionProxyPlainArgs): GetPrivateEndpointConnectionProxyResult
Gets the private endpoint connection proxy details. Uses Azure REST API version 2024-09-01.
Return
Represents private endpoint connection proxy request.
Parameters
argument
null
suspend fun getPrivateEndpointConnectionProxy(privateEndpointConnectionProxyName: String, resourceGroupName: String, vaultName: String): GetPrivateEndpointConnectionProxyResult
Return
Represents private endpoint connection proxy request.
Parameters
private Endpoint Connection Proxy Name
The private endpoint connection proxy name.
resource Group Name
The name of the resource group. The name is case insensitive.
vault Name
The vault name.
See also
suspend fun getPrivateEndpointConnectionProxy(argument: suspend GetPrivateEndpointConnectionProxyPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionProxyResult
Return
Represents private endpoint connection proxy request.
Parameters
argument
Builder for com.pulumi.azurenative.datareplication.kotlin.inputs.GetPrivateEndpointConnectionProxyPlainArgs.