get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get private endpoint connection properties for the given private endpoint. Azure REST API version: 2023-01-31. Other available API versions: 2020-12-01.
Return
The private endpoint connection of a Digital Twin.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult
Return
The private endpoint connection of a Digital Twin.
See also
Parameters
private Endpoint Connection Name
The name of the private endpoint connection.
resource Group Name
The name of the resource group that contains the DigitalTwinsInstance.
resource Name
The name of the DigitalTwinsInstance.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
The private endpoint connection of a Digital Twin.
See also
Parameters
argument
Builder for com.pulumi.azurenative.digitaltwins.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.