get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get Private Endpoint Connection. This call is made by Backup Admin. Azure REST API version: 2023-04-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
See also
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.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
Private Endpoint Connection Response Properties
See also
Parameters
argument
Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.