getSolutionConfig

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

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


Return

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

Parameters

argument

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

See also