GetAssessmentResult

data class GetAssessmentResult(val assessmentId: String, val azureApiVersion: String, val description: String, val id: String, val locale: String? = null, val name: String, val score: Int, val state: String, val systemData: SystemDataResponse, val type: String, val typeId: String? = null, val typeVersion: String, val workloadId: String? = null, val workloadName: String)

The Advisor assessment result data structure.

Constructors

Link copied to clipboard
constructor(assessmentId: String, azureApiVersion: String, description: String, id: String, locale: String? = null, name: String, score: Int, state: String, systemData: SystemDataResponse, type: String, typeId: String? = null, typeVersion: String, workloadId: String? = null, workloadName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Assessment Id.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Assessment Type Description.

Link copied to clipboard
val id: String

Assessment Id

Link copied to clipboard
val locale: String? = null

Assessment Type Locale.

Link copied to clipboard

Assessment Name

Link copied to clipboard
val score: Int

Assessment Score.

Link copied to clipboard

Assessment State.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

Resource Type

Link copied to clipboard
val typeId: String? = null

Assessment Type Id.

Link copied to clipboard

Assessment Type Version.

Link copied to clipboard
val workloadId: String? = null

Workload Id.

Link copied to clipboard

Workload Name.