RegulatoryComplianceStandard 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
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'
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