getSolution

Solution REST Resource. Uses Azure REST API version 2018-09-01-preview.

Return

Solution REST Resource.

Parameters

argument

null


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

Return

Solution REST Resource.

Parameters

migrateProjectName

Name of the Azure Migrate project.

resourceGroupName

Name of the Azure Resource Group that migrate project is part of.

solutionName

Unique name of a migration solution within a migrate project.

See also


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

Return

Solution REST Resource.

Parameters

argument

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

See also