getPrivateEndpointConnection

Get the specified private endpoint connection associated with the device update account. API Version: 2020-03-01-preview.

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.

Parameters

accountName

Account name.

privateEndpointConnectionName

The name of the private endpoint connection associated with the Azure resource

resourceGroupName

The resource group name.

See also


Return

The Private Endpoint Connection resource.

Parameters

argument

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

See also