getSolution

Get installed Solution details by Solution id. Azure REST API version: 2023-06-01-preview. Other available API versions: 2021-09-01-preview.

Return

Solution resource.

Parameters

argument

null


suspend fun getSolution(dataManagerForAgricultureResourceName: String, resourceGroupName: String, solutionId: String): GetSolutionResult

Return

Solution resource.

See also

Parameters

dataManagerForAgricultureResourceName

DataManagerForAgriculture resource name.

resourceGroupName

The name of the resource group. The name is case insensitive.

solutionId

SolutionId for Data Manager For Agriculture Resource.


suspend fun getSolution(argument: suspend GetSolutionPlainArgsBuilder.() -> Unit): GetSolutionResult

Return

Solution resource.

See also

Parameters

argument

Builder for com.pulumi.azurenative.agfoodplatform.kotlin.inputs.GetSolutionPlainArgs.