RegulatoryComplianceAssessmentProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Regulatory compliance assessment data
public class RegulatoryComplianceAssessmentProperties
type RegulatoryComplianceAssessmentProperties = class
Public Class RegulatoryComplianceAssessmentProperties
- Inheritance
-
RegulatoryComplianceAssessmentProperties
Constructors
RegulatoryComplianceAssessmentProperties() |
Initializes a new instance of the RegulatoryComplianceAssessmentProperties class. |
RegulatoryComplianceAssessmentProperties(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the RegulatoryComplianceAssessmentProperties class. |
Properties
AssessmentDetailsLink |
Gets link to more detailed assessment results data. The response type will be according to the assessmentType field |
AssessmentType |
Gets the expected type of assessment contained in the AssessmentDetailsLink |
Description |
Gets the description of the regulatory compliance assessment |
FailedResources |
Gets the given assessment's related resources count with failed state. |
PassedResources |
Gets the given assessment's related resources count with passed state. |
SkippedResources |
Gets the given assessment's related resources count with skipped state. |
State |
Gets or sets aggregative state based on the assessment's scanned resources states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported' |
UnsupportedResources |
Gets the given assessment's related resources count with unsupported state. |