getPrivateEndpointConnectionProxy

(INTERNAL - DO NOT USE) Get the specified private endpoint connection proxy associated with the device update account. Uses Azure REST API version 2023-07-01.

Return

Private endpoint connection proxy details.

Parameters

argument

null


suspend fun getPrivateEndpointConnectionProxy(accountName: String, privateEndpointConnectionProxyId: String, resourceGroupName: String): GetPrivateEndpointConnectionProxyResult

Return

Private endpoint connection proxy details.

Parameters

accountName

Account name.

privateEndpointConnectionProxyId

The ID of the private endpoint connection proxy object.

resourceGroupName

The resource group name.

See also


Return

Private endpoint connection proxy details.

Parameters

argument

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

See also