GetSolutionsControllerSolutionPlainArgs

data class GetSolutionsControllerSolutionPlainArgs(val migrateProjectName: String, val resourceGroupName: String, val solutionName: String) : ConvertibleToJava<GetSolutionsControllerSolutionPlainArgs>

Constructors

Link copied to clipboard
constructor(migrateProjectName: String, resourceGroupName: String, solutionName: String)

Properties

Link copied to clipboard

Name of the Azure Migrate project.

Link copied to clipboard

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

Link copied to clipboard

Unique name of a migration solution within a migrate project.

Functions

Link copied to clipboard
open override fun toJava(): GetSolutionsControllerSolutionPlainArgs