get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get Private endpoint connection object. Uses Azure REST API version 2023-06-01-preview.
Return
The private endpoint connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(dataManagerForAgricultureResourceName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Return
The private endpoint connection resource.
Parameters
data Manager For Agriculture Resource Name
DataManagerForAgriculture resource name.
private Endpoint Connection Name
Private endpoint connection name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
The private endpoint connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.agfoodplatform.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.