ISummary Interface

Definition

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

Properties

Name Description
OdataContext

OData context string; used by OData clients to resolve type information based on metadata.

OdataId

OData entity ID; always set to null since summaries do not have an entity ID.

PolicyAssignment

Policy assignments summary.

ResultNonCompliantPolicy

Number of non-compliant policies.

ResultNonCompliantResource

Number of non-compliant resources.

ResultPolicyDetail

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.

ResultPolicyGroupDetail

The policy definition group summary at this level.

ResultQueryResultsUri

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.

ResultResourceDetail

The resources summary at this level.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to