get Private Endpoint Connection Controller
suspend fun getPrivateEndpointConnectionController(argument: GetPrivateEndpointConnectionControllerPlainArgs): GetPrivateEndpointConnectionControllerResult
Gets the private link resource. Uses Azure REST API version 2023-06-06. Other available API versions: 2023-10-01-preview, 2024-05-01-preview.
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
pe Connection Name
Private link resource name.
resource Group Name
The name of the resource group. The name is case insensitive.
site Name
Site name
See also
suspend fun getPrivateEndpointConnectionController(argument: suspend GetPrivateEndpointConnectionControllerPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionControllerResult
Return
REST model used to encapsulate Private Link properties for tracked resources.
Parameters
argument
Builder for com.pulumi.azurenative.offazure.kotlin.inputs.GetPrivateEndpointConnectionControllerPlainArgs.