Share via


IOverride.Selector Property

Definition

The list of the selector expressions.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The list of the selector expressions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ISelector) }, Read=true, ReadOnly=false, Required=false, SerializedName="selectors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ISelector> Selector { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The list of the selector expressions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ISelector) }, Read=true, ReadOnly=false, Required=false, SerializedName="selectors", Update=true)>]
member this.Selector : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ISelector> with get, set
Public Property Selector As List(Of ISelector)

Property Value

Attributes

Applies to