MachineAssessmentV2PropertiesResponse

data class MachineAssessmentV2PropertiesResponse(val details: AssessmentDetailsResponse? = null, val provisioningState: String, val scope: ScopeResponse? = null, val settings: MachineAssessmentSettingsResponse? = null)

Assessment properties class.

Constructors

Link copied to clipboard
constructor(details: AssessmentDetailsResponse? = null, provisioningState: String, scope: ScopeResponse? = null, settings: MachineAssessmentSettingsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the details of the assessment.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard
val scope: ScopeResponse? = null

Gets or sets the scope of assessment.

Link copied to clipboard

Gets or sets the settings for the assessment.