你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RegulatoryComplianceControlProperties Class
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.
Regulatory compliance control data
public class RegulatoryComplianceControlProperties
type RegulatoryComplianceControlProperties = class
Public Class RegulatoryComplianceControlProperties
- Inheritance
-
RegulatoryComplianceControlProperties
Constructors
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. |
Properties
Description |
Gets the description of the regulatory compliance control |
FailedAssessments |
Gets the number of supported regulatory compliance assessments of the given control with a failed state |
PassedAssessments |
Gets the number of supported regulatory compliance assessments of the given control with a passed state |
SkippedAssessments |
Gets the number of supported regulatory compliance assessments of the given control with a skipped state |
State |
Gets or sets aggregative state based on the control's supported assessments states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported' |