RegulatoryComplianceAssessmentProperties Constructors
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.
Overloads
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. |
RegulatoryComplianceAssessmentProperties()
Initializes a new instance of the RegulatoryComplianceAssessmentProperties class.
public RegulatoryComplianceAssessmentProperties ();
Public Sub New ()
Applies to
RegulatoryComplianceAssessmentProperties(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the RegulatoryComplianceAssessmentProperties class.
public RegulatoryComplianceAssessmentProperties (string description = default, string assessmentType = default, string assessmentDetailsLink = default, string state = default, int? passedResources = default, int? failedResources = default, int? skippedResources = default, int? unsupportedResources = default);
new Microsoft.Azure.Management.Security.Models.RegulatoryComplianceAssessmentProperties : string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Security.Models.RegulatoryComplianceAssessmentProperties
Public Sub New (Optional description As String = Nothing, Optional assessmentType As String = Nothing, Optional assessmentDetailsLink As String = Nothing, Optional state As String = Nothing, Optional passedResources As Nullable(Of Integer) = Nothing, Optional failedResources As Nullable(Of Integer) = Nothing, Optional skippedResources As Nullable(Of Integer) = Nothing, Optional unsupportedResources As Nullable(Of Integer) = Nothing)
Parameters
- description
- String
The description of the regulatory compliance assessment
- assessmentType
- String
The expected type of assessment contained in the AssessmentDetailsLink
- assessmentDetailsLink
- String
Link to more detailed assessment results data. The response type will be according to the assessmentType field
- state
- String
Aggregative state based on the assessment's scanned resources states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported'
The given assessment's related resources count with unsupported state.