get Private Endpoint Connection Proxy
suspend fun getPrivateEndpointConnectionProxy(argument: GetPrivateEndpointConnectionProxyPlainArgs): GetPrivateEndpointConnectionProxyResult
(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
account Name
Account name.
private Endpoint Connection Proxy Id
The ID of the private endpoint connection proxy object.
resource Group Name
The resource group name.
See also
suspend fun getPrivateEndpointConnectionProxy(argument: suspend GetPrivateEndpointConnectionProxyPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionProxyResult
Return
Private endpoint connection proxy details.
Parameters
argument
Builder for com.pulumi.azurenative.deviceupdate.kotlin.inputs.GetPrivateEndpointConnectionProxyPlainArgs.