get Iot Dps Resource Private Endpoint Connection
suspend fun getIotDpsResourcePrivateEndpointConnection(argument: GetIotDpsResourcePrivateEndpointConnectionPlainArgs): GetIotDpsResourcePrivateEndpointConnectionResult
Get private endpoint connection properties Azure REST API version: 2022-12-12. Other available API versions: 2023-03-01-preview.
Return
The private endpoint connection of a provisioning service
Parameters
argument
null
suspend fun getIotDpsResourcePrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetIotDpsResourcePrivateEndpointConnectionResult
Return
The private endpoint connection of a provisioning service
See also
Parameters
private Endpoint Connection Name
The name of the private endpoint connection
resource Group Name
The name of the resource group that contains the provisioning service.
resource Name
The name of the provisioning service.
suspend fun getIotDpsResourcePrivateEndpointConnection(argument: suspend GetIotDpsResourcePrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetIotDpsResourcePrivateEndpointConnectionResult
Return
The private endpoint connection of a provisioning service
See also
Parameters
argument
Builder for com.pulumi.azurenative.devices.kotlin.inputs.GetIotDpsResourcePrivateEndpointConnectionPlainArgs.