getSolution

Get a Solution Uses Azure REST API version 2023-10-04-preview.

Return

A Solution resource belonging to an Instance resource.

Parameters

argument

null


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

Return

A Solution resource belonging to an Instance resource.

Parameters

name

Name of solution.

resourceGroupName

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

See also


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

Return

A Solution resource belonging to an Instance resource.

Parameters

argument

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

See also