Get Assessment Result
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.
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
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
Assessment Type Version.
Link copied to clipboard
Workload Id.
Link copied to clipboard
Workload Name.