Share via


RegulatoryComplianceStandardProperties Constructors

Definition

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'

passedControls
Nullable<Int32>

The number of supported regulatory compliance controls of the given standard with a passed state

failedControls
Nullable<Int32>

The number of supported regulatory compliance controls of the given standard with a failed state

skippedControls
Nullable<Int32>

The number of supported regulatory compliance controls of the given standard with a skipped state

unsupportedControls
Nullable<Int32>

The number of regulatory compliance controls of the given standard which are unsupported by automated assessments

Applies to