GetSolutionConfigPlainArgs

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

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

Name of the Azure Resource Group that migrate project is part of.

Link copied to clipboard

Unique name of a migration solution within a migrate project.

Functions

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