GetAssessmentPlainArgs

data class GetAssessmentPlainArgs(val assessmentName: String, val groupName: String, val projectName: String, val resourceGroupName: String) : ConvertibleToJava<GetAssessmentPlainArgs>

Constructors

Link copied to clipboard
fun GetAssessmentPlainArgs(assessmentName: String, groupName: String, projectName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

Unique name of an assessment within a project.

Link copied to clipboard

Unique name of a group within a project.

Link copied to clipboard

Name of the Azure Migrate project.

Link copied to clipboard

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