get Solution Config
Class representing the config for the solution in the migrate project. Uses Azure REST API version 2018-09-01-preview.
Return
Class representing the config for the solution in the migrate project.
Parameters
argument
null
suspend fun getSolutionConfig(migrateProjectName: String, resourceGroupName: String, solutionName: String): GetSolutionConfigResult
Return
Class representing the config for the solution in the migrate project.
Parameters
migrate Project Name
Name of the Azure Migrate project.
resource Group Name
Name of the Azure Resource Group that migrate project is part of.
solution Name
Unique name of a migration solution within a migrate project.
See also
suspend fun getSolutionConfig(argument: suspend GetSolutionConfigPlainArgsBuilder.() -> Unit): GetSolutionConfigResult
Return
Class representing the config for the solution in the migrate project.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetSolutionConfigPlainArgs.