Share via


RegulatoryComplianceStandard Constructors

Definition

Overloads

RegulatoryComplianceStandard()

Initializes a new instance of the RegulatoryComplianceStandard class.

RegulatoryComplianceStandard(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the RegulatoryComplianceStandard class.

RegulatoryComplianceStandard()

Initializes a new instance of the RegulatoryComplianceStandard class.

public RegulatoryComplianceStandard ();
Public Sub New ()

Applies to

RegulatoryComplianceStandard(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the RegulatoryComplianceStandard class.

public RegulatoryComplianceStandard (string id = default, string name = default, string type = default, string state = default, int? passedControls = default, int? failedControls = default, int? skippedControls = default, int? unsupportedControls = default);
new Microsoft.Azure.Management.Security.Models.RegulatoryComplianceStandard : string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Security.Models.RegulatoryComplianceStandard
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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

id
String

Resource Id

name
String

Resource name

type
String

Resource type

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