getPrivateEndpointConnection

Get private endpoint connection properties for the given private endpoint. Uses Azure REST API version 2023-01-31.

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.

Parameters

privateEndpointConnectionName

The name of the private endpoint connection.

resourceGroupName

The name of the resource group that contains the DigitalTwinsInstance.

resourceName

The name of the DigitalTwinsInstance.

See also


Return

The private endpoint connection of a Digital Twin.

Parameters

argument

Builder for com.pulumi.azurenative.digitaltwins.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also