getPrivateEndpointConnection

Gets a private endpoint connection. Uses Azure REST API version 2023-06-01-preview. Other available API versions: 2021-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native monitor [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The Private Endpoint Connection resource.

Parameters

argument

null


suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, scopeName: String): GetPrivateEndpointConnectionResult

Return

The Private Endpoint Connection resource.

Parameters

privateEndpointConnectionName

The name of the private endpoint connection.

resourceGroupName

The name of the resource group. The name is case insensitive.

scopeName

The name of the Azure Monitor PrivateLinkScope resource.

See also


Return

The Private Endpoint Connection resource.

Parameters

argument

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

See also