你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RegulatoryComplianceControl 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
RegulatoryComplianceControl() |
Initializes a new instance of the RegulatoryComplianceControl class. |
RegulatoryComplianceControl(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the RegulatoryComplianceControl class. |
RegulatoryComplianceControl()
Initializes a new instance of the RegulatoryComplianceControl class.
public RegulatoryComplianceControl ();
Public Sub New ()
Applies to
RegulatoryComplianceControl(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the RegulatoryComplianceControl class.
public RegulatoryComplianceControl (string id = default, string name = default, string type = default, string state = default, string description = default, int? passedAssessments = default, int? failedAssessments = default, int? skippedAssessments = default);
new Microsoft.Azure.Management.Security.Models.RegulatoryComplianceControl : string * string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Security.Models.RegulatoryComplianceControl
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional state As String = Nothing, Optional description As String = Nothing, Optional passedAssessments As Nullable(Of Integer) = Nothing, Optional failedAssessments As Nullable(Of Integer) = Nothing, Optional skippedAssessments 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 control's supported assessments states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported'
- description
- String
The description of the regulatory compliance control
The number of supported regulatory compliance assessments of the given control with a passed state
The number of supported regulatory compliance assessments of the given control with a failed state
The number of supported regulatory compliance assessments of the given control with a skipped state