IPolicyState.Component Property

Definition

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

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

Property Value

Attributes

Applies to