IManagedRuleSetException.Selector 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.
When matchVariable is a collection, operator used to specify which elements in the collection this exception applies to. Currently supported only for RequestHeaderNames.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="When matchVariable is a collection, operator used to specify which elements\r\n in the collection this exception applies to.\r\n Currently supported only for RequestHeaderNames.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="selector", Update=true)]
public string Selector { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="When matchVariable is a collection, operator used to specify which elements\r\n in the collection this exception applies to.\r\n Currently supported only for RequestHeaderNames.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="selector", Update=true)>]
member this.Selector : string with get, set
Public Property Selector As String
Property Value
- Attributes