共用方式為


StringNotEndsWithAdvancedFilter Class

StringNotEndsWith Advanced Filter.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.eventgrid.models._models_py3.AdvancedFilter
StringNotEndsWithAdvancedFilter

Constructor

StringNotEndsWithAdvancedFilter(*, key: str | None = None, values: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
key
str

The field/property in the event based on which you want to filter.

values

The set of filter values.

Variables

Name Description
operator_type

The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. Required. Known values are: "NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", and "IsNotNull".

key
str

The field/property in the event based on which you want to filter.

values

The set of filter values.