getSolution

Retrieves the user solution. Uses Azure REST API version 2015-11-01-preview.

Return

The container for solution.

Parameters

argument

null


suspend fun getSolution(resourceGroupName: String, solutionName: String): GetSolutionResult

Return

The container for solution.

Parameters

resourceGroupName

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

solutionName

User Solution Name.

See also


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

Return

The container for solution.

Parameters

argument

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

See also