get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get the specified private endpoint connection associated with the device update account. Azure REST API version: 2023-07-01.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(accountName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
See also
Parameters
account Name
Account name.
private Endpoint Connection Name
The name of the private endpoint connection associated with the Azure resource
resource Group Name
The resource group name.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.deviceupdate.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.