get Solutions Controller Config
suspend fun getSolutionsControllerConfig(argument: GetSolutionsControllerConfigPlainArgs): GetSolutionsControllerConfigResult
Class representing the config for the solution in the migrate project. Uses Azure REST API version 2023-01-01.
Return
Class representing the config for the solution in the migrate project.
Parameters
argument
null
suspend fun getSolutionsControllerConfig(migrateProjectName: String, resourceGroupName: String, solutionName: String): GetSolutionsControllerConfigResult
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
The name of the resource group. The name is case insensitive.
solution Name
Unique name of a migration solution within a migrate project.
See also
suspend fun getSolutionsControllerConfig(argument: suspend GetSolutionsControllerConfigPlainArgsBuilder.() -> Unit): GetSolutionsControllerConfigResult
Return
Class representing the config for the solution in the migrate project.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetSolutionsControllerConfigPlainArgs.