getPrivateEndpointConnectionController

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

Return

REST model used to encapsulate Private Link properties for tracked resources.

Parameters

argument

null


suspend fun getPrivateEndpointConnectionController(peConnectionName: String, resourceGroupName: String, siteName: String): GetPrivateEndpointConnectionControllerResult

Return

REST model used to encapsulate Private Link properties for tracked resources.

Parameters

peConnectionName

Private link resource name.

resourceGroupName

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

siteName

Site name

See also


Return

REST model used to encapsulate Private Link properties for tracked resources.

Parameters

argument

Builder for com.pulumi.azurenative.offazure.kotlin.inputs.GetPrivateEndpointConnectionControllerPlainArgs.

See also