SummaryResults 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 summary on a particular summary level.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.SummaryResultsTypeConverter))]
public class SummaryResults : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ISummaryResults
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.SummaryResultsTypeConverter))>]
type SummaryResults = class
interface ISummaryResults
interface IJsonSerializable
Public Class SummaryResults
Implements ISummaryResults
- Inheritance
-
SummaryResults
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SummaryResults() |
Creates an new SummaryResults instance. |
Properties
| Name | Description |
|---|---|
| NonCompliantPolicy |
Number of non-compliant policies. |
| NonCompliantResource |
Number of non-compliant resources. |
| PolicyDetail |
The policy artifact summary at this level. For query scope level, it represents policy assignment summary. For policy assignment level, it represents policy definitions summary. |
| PolicyGroupDetail |
The policy definition group summary at this level. |
| QueryResultsUri |
HTTP POST URI for queryResults action on Microsoft.PolicyInsights to retrieve raw results for the compliance summary. This property will not be available by default in future API versions, but could be queried explicitly. |
| ResourceDetail |
The resources summary at this level. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SummaryResults. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SummaryResults. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ISummaryResults. |
| FromJsonString(String) |
Creates a new instance of SummaryResults, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SummaryResults into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |