你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RegulatoryComplianceStandardProperties 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 standard data
public class RegulatoryComplianceStandardProperties
type RegulatoryComplianceStandardProperties = class
Public Class RegulatoryComplianceStandardProperties
- Inheritance
-
RegulatoryComplianceStandardProperties
Constructors
RegulatoryComplianceStandardProperties() |
Initializes a new instance of the RegulatoryComplianceStandardProperties class. |
RegulatoryComplianceStandardProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the RegulatoryComplianceStandardProperties class. |
Properties
FailedControls |
Gets the number of supported regulatory compliance controls of the given standard with a failed state |
PassedControls |
Gets the number of supported regulatory compliance controls of the given standard with a passed state |
SkippedControls |
Gets the number of supported regulatory compliance controls of the given standard with a skipped state |
State |
Gets or sets aggregative state based on the standard's supported controls states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported' |
UnsupportedControls |
Gets the number of regulatory compliance controls of the given standard which are unsupported by automated assessments |