Partager via


RegulatoryComplianceAssessmentProperties Constructors

Definition

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'

passedResources
Nullable<Int32>

The given assessment's related resources count with passed state.

failedResources
Nullable<Int32>

The given assessment's related resources count with failed state.

skippedResources
Nullable<Int32>

The given assessment's related resources count with skipped state.

unsupportedResources
Nullable<Int32>

The given assessment's related resources count with unsupported state.

Applies to