IsNotNullFilter Class
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.
IsNotNull Filter.
public class IsNotNullFilter : Azure.ResourceManager.EventGrid.Models.EventGridFilter, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.IsNotNullFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.IsNotNullFilter>
type IsNotNullFilter = class
inherit EventGridFilter
interface IJsonModel<IsNotNullFilter>
interface IPersistableModel<IsNotNullFilter>
Public Class IsNotNullFilter
Inherits EventGridFilter
Implements IJsonModel(Of IsNotNullFilter), IPersistableModel(Of IsNotNullFilter)
- Inheritance
- Implements
Constructors
IsNotNullFilter() |
Initializes a new instance of IsNotNullFilter. |
Properties
Key |
The field/property in the event based on which you want to filter. (Inherited from EventGridFilter) |
Explicit Interface Implementations
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET