get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
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
private Endpoint Connection Name
The private endpoint connection name.
resource Group Name
The name of the resource group that contains the IoT Central application.
resource Name
The ARM resource name of the IoT Central application.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
The private endpoint connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.iotcentral.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.