GetAssessmentResult

data class GetAssessmentResult(val azureApiVersion: String, val eTag: String? = null, val id: String, val name: String, val properties: AssessmentPropertiesResponse, val type: String)

An assessment created for a group in the Migration project.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, eTag: String? = null, id: String, name: String, properties: AssessmentPropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val eTag: String? = null

For optimistic concurrency control.

Link copied to clipboard
val id: String

Path reference to this assessment. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessment/{assessmentName}

Link copied to clipboard

Unique name of an assessment.

Link copied to clipboard

Properties of the assessment.

Link copied to clipboard

Type of the object = Microsoft.Migrate/assessmentProjects/groups/assessments.