IPolicyEvent.Component Property

Definition

Components events records populated only when URL contains $expand=components clause.

[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="Components events records populated only when URL contains $expand=components clause.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IComponentEventDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="components", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IComponentEventDetails> Component { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="Components events records populated only when URL contains $expand=components clause.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IComponentEventDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="components", Update=true)>]
member this.Component : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IComponentEventDetails> with get, set
Public Property Component As List(Of IComponentEventDetails)

Property Value

Attributes

Applies to