getAssessment

Get an existing assessment with the specified name. Returns a json object of type 'assessment' as specified in Models section. Uses Azure REST API version 2019-10-01.

Return

An assessment created for a group in the Migration project.

Parameters

argument

null


suspend fun getAssessment(assessmentName: String, groupName: String, projectName: String, resourceGroupName: String): GetAssessmentResult

Return

An assessment created for a group in the Migration project.

Parameters

assessmentName

Unique name of an assessment within a project.

groupName

Unique name of a group within a project.

projectName

Name of the Azure Migrate project.

resourceGroupName

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

See also


Return

An assessment created for a group in the Migration project.

Parameters

argument

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

See also