ComplianceStatus 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.
Compliance Status details
public class ComplianceStatus
type ComplianceStatus = class
Public Class ComplianceStatus
- Inheritance
-
ComplianceStatus
Constructors
ComplianceStatus() |
Initializes a new instance of the ComplianceStatus class. |
ComplianceStatus(String, Nullable<DateTime>, String, String) |
Initializes a new instance of the ComplianceStatus class. |
Properties
ComplianceState |
Gets the compliance state of the configuration. Possible values include: 'Pending', 'Compliant', 'Noncompliant', 'Installed', 'Failed' |
LastConfigApplied |
Gets or sets datetime the configuration was last applied. |
Message |
Gets or sets message from when the configuration was applied. |
MessageLevel |
Gets or sets level of the message. Possible values include: 'Error', 'Warning', 'Information' |
Applies to
Azure SDK for .NET