ISummaryResults Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.SummaryResultsTypeConverter))]
public interface ISummaryResults : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.SummaryResultsTypeConverter))>]
type ISummaryResults = interface
    interface IJsonSerializable
Public Interface ISummaryResults
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to