PolicyEvent.Components 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 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