get Private Endpoint Connection Controller
suspend fun getPrivateEndpointConnectionController(argument: GetPrivateEndpointConnectionControllerPlainArgs): GetPrivateEndpointConnectionControllerResult
Gets the private link resource. Azure REST API version: 2023-06-06.
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.
See also
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
suspend fun getPrivateEndpointConnectionController(argument: suspend GetPrivateEndpointConnectionControllerPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionControllerResult
Return
REST model used to encapsulate Private Link properties for tracked resources.
See also
Parameters
argument
Builder for com.pulumi.azurenative.offazure.kotlin.inputs.GetPrivateEndpointConnectionControllerPlainArgs.