PolicyState.Components Property

Definition

Gets or sets components state compliance records populated only when URL contains $expand=components clause.

[Newtonsoft.Json.JsonProperty(PropertyName="components")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.ComponentStateDetails> Components { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="components")>]
member this.Components : System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.ComponentStateDetails> with get, set
Public Property Components As IList(Of ComponentStateDetails)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to