CompoundAssessmentPropertiesResponse

data class CompoundAssessmentPropertiesResponse(val details: CompoundAssessmentDetailsResponse, val fallbackMachineAssessmentArmId: String? = null, val provisioningState: String, val targetAssessmentArmIds: TargetAssessmentArmIdsResponse)

Properties of a compound assessment.

Constructors

Link copied to clipboard
constructor(details: CompoundAssessmentDetailsResponse, fallbackMachineAssessmentArmId: String? = null, provisioningState: String, targetAssessmentArmIds: TargetAssessmentArmIdsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details of the compound assessment.

Link copied to clipboard

Fallback machine assessment ARM ID.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

ARM IDs of the target assessments.