getSolution

Solution REST Resource. 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.

See also

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.


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

Return

Solution REST Resource.

See also

Parameters

argument

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