Share via


PolicyEvent.Components Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to