getSolutionsControllerConfig

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

migrateProjectName

Name of the Azure Migrate project.

resourceGroupName

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

solutionName

Unique name of a migration solution within a migrate project.

See also


Return

Class representing the config for the solution in the migrate project.

Parameters

argument

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

See also