IPolicyEvent.Component 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.
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