get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get Private endpoint connection object. Azure REST API version: 2023-06-01-preview. Other available API versions: 2021-09-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.
See also
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.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
The private endpoint connection resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.agfoodplatform.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.