Share via


IAdvancedFilter.OperatorType Property

Definition

The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull" })]
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="operatorType", Update=true)]
public string OperatorType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="operatorType", Update=true)>]
member this.OperatorType : string with get, set
Public Property OperatorType As String

Property Value

Attributes

Applies to