你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RegulatoryComplianceControl 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 details and state
[Microsoft.Rest.Serialization.JsonTransformation]
public class RegulatoryComplianceControl : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RegulatoryComplianceControl = class
inherit Resource
Public Class RegulatoryComplianceControl
Inherits Resource
- Inheritance
- Attributes
Constructors
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. |
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 |
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
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' |
Type |
Gets resource type (Inherited from Resource) |
Extension Methods
ConvertToPSType(RegulatoryComplianceControl) |