你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegulatoryComplianceControlProperties Constructors

Definition

Overloads

RegulatoryComplianceControlProperties()

Initializes a new instance of the RegulatoryComplianceControlProperties class.

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

Initializes a new instance of the RegulatoryComplianceControlProperties class.

RegulatoryComplianceControlProperties()

Initializes a new instance of the RegulatoryComplianceControlProperties class.

public RegulatoryComplianceControlProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RegulatoryComplianceControlProperties class.

public RegulatoryComplianceControlProperties (string description = default, string state = default, int? passedAssessments = default, int? failedAssessments = default, int? skippedAssessments = default);
new Microsoft.Azure.Management.Security.Models.RegulatoryComplianceControlProperties : string * string * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Security.Models.RegulatoryComplianceControlProperties
Public Sub New (Optional description As String = Nothing, Optional state 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

description
String

The description of the regulatory compliance control

state
String

Aggregative state based on the control's supported assessments states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported'

passedAssessments
Nullable<Int32>

The number of supported regulatory compliance assessments of the given control with a passed state

failedAssessments
Nullable<Int32>

The number of supported regulatory compliance assessments of the given control with a failed state

skippedAssessments
Nullable<Int32>

The number of supported regulatory compliance assessments of the given control with a skipped state

Applies to