SummaryResults.PolicyDetails Property
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.
Gets or sets 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.
public System.Collections.Generic.IList<Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail> PolicyDetails { get; set; }
member this.PolicyDetails : System.Collections.Generic.IList<Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail> with get, set
Public Property PolicyDetails As IList(Of ComplianceDetail)