getPrivateEndpointConnection

Get the metadata of a private endpoint connection for the IoT Central Application. Uses Azure REST API version 2021-11-01-preview.

Return

The private endpoint connection resource.

Parameters

argument

null


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

Return

The private endpoint connection resource.

Parameters

privateEndpointConnectionName

The private endpoint connection name.

resourceGroupName

The name of the resource group that contains the IoT Central application.

resourceName

The ARM resource name of the IoT Central application.

See also


Return

The private endpoint connection resource.

Parameters

argument

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

See also