NumberGreaterThanFilter 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.
NumberGreaterThan Filter.
public class NumberGreaterThanFilter : Azure.ResourceManager.EventGrid.Models.EventGridFilter, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.NumberGreaterThanFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.NumberGreaterThanFilter>
type NumberGreaterThanFilter = class
inherit EventGridFilter
interface IJsonModel<NumberGreaterThanFilter>
interface IPersistableModel<NumberGreaterThanFilter>
Public Class NumberGreaterThanFilter
Inherits EventGridFilter
Implements IJsonModel(Of NumberGreaterThanFilter), IPersistableModel(Of NumberGreaterThanFilter)
- Inheritance
- Implements
Constructors
NumberGreaterThanFilter() |
Initializes a new instance of NumberGreaterThanFilter. |
Properties
Key |
The field/property in the event based on which you want to filter. (Inherited from EventGridFilter) |
Value |
The filter value. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET