get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get Private Endpoint Connection. This call is made by Backup Admin. API Version: 2021-02-01.
Return
Private Endpoint Connection Response Properties
Parameters
argument
null
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, vaultName: String): GetPrivateEndpointConnectionResult
Return
Private Endpoint Connection Response Properties
Parameters
private Endpoint Connection Name
The name of the private endpoint connection.
resource Group Name
The name of the resource group where the recovery services vault is present.
vault Name
The name of the recovery services vault.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
Private Endpoint Connection Response Properties
Parameters
argument
Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.