GetMigrateProjectPlainArgs

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

Constructors

Link copied to clipboard
constructor(migrateProjectName: String, resourceGroupName: 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.

Functions

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