StringNotBeginsWithAdvancedFilter Class
StringNotBeginsWith Advanced Filter.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.AdvancedFilterStringNotBeginsWithAdvancedFilter
Constructor
StringNotBeginsWithAdvancedFilter(*, key: Optional[str] = None, values: Optional[List[str]] = None, **kwargs)
Variables
- operator_type
- str or AdvancedFilterOperatorType
Required. The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.Constant filled by server. Possible values include: "NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull".
- key
- str
The field/property in the event based on which you want to filter.
Feedback
Submit and view feedback for