RegulatoryComplianceStandardProperties 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
RegulatoryComplianceStandardProperties() |
Initializes a new instance of the RegulatoryComplianceStandardProperties class. |
RegulatoryComplianceStandardProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the RegulatoryComplianceStandardProperties class. |
RegulatoryComplianceStandardProperties()
Initializes a new instance of the RegulatoryComplianceStandardProperties class.
public RegulatoryComplianceStandardProperties ();
Public Sub New ()
Applies to
RegulatoryComplianceStandardProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the RegulatoryComplianceStandardProperties class.
public RegulatoryComplianceStandardProperties (string state = default, int? passedControls = default, int? failedControls = default, int? skippedControls = default, int? unsupportedControls = default);
new Microsoft.Azure.Management.Security.Models.RegulatoryComplianceStandardProperties : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Security.Models.RegulatoryComplianceStandardProperties
Public Sub New (Optional state As String = Nothing, Optional passedControls As Nullable(Of Integer) = Nothing, Optional failedControls As Nullable(Of Integer) = Nothing, Optional skippedControls As Nullable(Of Integer) = Nothing, Optional unsupportedControls As Nullable(Of Integer) = Nothing)
Parameters
- state
- String
Aggregative state based on the standard's supported controls states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported'
The number of supported regulatory compliance controls of the given standard with a passed state
The number of supported regulatory compliance controls of the given standard with a failed state
The number of supported regulatory compliance controls of the given standard with a skipped state
The number of regulatory compliance controls of the given standard which are unsupported by automated assessments