ComplianceDetail 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.
The compliance state rollup.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ComplianceDetailTypeConverter))]
public class ComplianceDetail : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IComplianceDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ComplianceDetailTypeConverter))>]
type ComplianceDetail = class
interface IComplianceDetail
interface IJsonSerializable
Public Class ComplianceDetail
Implements IComplianceDetail
- Inheritance
-
ComplianceDetail
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ComplianceDetail() |
Creates an new ComplianceDetail instance. |
Properties
| Name | Description |
|---|---|
| ComplianceState |
The compliance state. |
| Count |
Summarized count value for this compliance state. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ComplianceDetail. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ComplianceDetail. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IComplianceDetail. |
| FromJsonString(String) |
Creates a new instance of ComplianceDetail, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ComplianceDetail into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |