EventGridFilter Class
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.
This is the base type that represents a filter. To configure a filter, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class such as BoolEqualsFilter, NumberInFilter, StringEqualsFilter etc depending on the type of the key based on which you want to filter. Please note Azure.ResourceManager.EventGrid.Models.EventGridFilter is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include Azure.ResourceManager.EventGrid.Models.BoolEqualsFilter, Azure.ResourceManager.EventGrid.Models.IsNotNullFilter, Azure.ResourceManager.EventGrid.Models.IsNullOrUndefinedFilter, Azure.ResourceManager.EventGrid.Models.NumberGreaterThanFilter, Azure.ResourceManager.EventGrid.Models.NumberGreaterThanOrEqualsFilter, Azure.ResourceManager.EventGrid.Models.NumberInFilter, Azure.ResourceManager.EventGrid.Models.NumberInRangeFilter, Azure.ResourceManager.EventGrid.Models.NumberLessThanFilter, Azure.ResourceManager.EventGrid.Models.NumberLessThanOrEqualsFilter, Azure.ResourceManager.EventGrid.Models.NumberNotInFilter, Azure.ResourceManager.EventGrid.Models.NumberNotInRangeFilter, Azure.ResourceManager.EventGrid.Models.StringBeginsWithFilter, Azure.ResourceManager.EventGrid.Models.StringContainsFilter, Azure.ResourceManager.EventGrid.Models.StringEndsWithFilter, Azure.ResourceManager.EventGrid.Models.StringInFilter, Azure.ResourceManager.EventGrid.Models.StringNotBeginsWithFilter, Azure.ResourceManager.EventGrid.Models.StringNotContainsFilter, Azure.ResourceManager.EventGrid.Models.StringNotEndsWithFilter and Azure.ResourceManager.EventGrid.Models.StringNotInFilter.
public class EventGridFilter : Azure.Provisioning.Primitives.ProvisionableConstruct
public class EventGridFilter : Azure.Provisioning.Primitives.ProvisioningConstruct
type EventGridFilter = class
inherit ProvisionableConstruct
type EventGridFilter = class
inherit ProvisioningConstruct
Public Class EventGridFilter
Inherits ProvisionableConstruct
Public Class EventGridFilter
Inherits ProvisioningConstruct
- Inheritance
- Inheritance
- Derived
Event |
Creates a new EventGridFilter. |
Key |
The field/property in the event based on which you want to filter. |
Assign |
(Inherited from ProvisionableConstruct) |
Compile() |
Compile the resource into a set of Bicep statements. (Inherited from ProvisionableConstruct) |
Compile() |
Compile the resource into a set of Bicep statements. (Inherited from ProvisioningConstruct) |
Define |
(Inherited from ProvisionableConstruct) |
Define |
(Inherited from ProvisionableConstruct) |
Define |
(Inherited from ProvisionableConstruct) |
Define |
(Inherited from ProvisionableConstruct) |
Define |
Define all the provisionable properties of EventGridFilter. |
Get |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Get |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Initialize() |
Initialize this construct. (Inherited from ProvisionableConstruct) |
Override |
(Inherited from ProvisionableConstruct) |
Override |
Set this construct to represent the result of an expression. This is
primarily meant to be called via |
Resolve(Provisioning |
Resolve any resources or properties that were not explicitly specified. (Inherited from ProvisionableConstruct) |
Resolve(Provisioning |
Resolve any resources or properties that were not explicitly specified. (Inherited from ProvisioningConstruct) |
Validate(Provisioning |
Validate the presence of any required members. (Inherited from ProvisionableConstruct) |
Validate(Provisioning |
Validate the presence of any required members. (Inherited from ProvisioningConstruct) |
IBicep |
Assign a value to this property. (Inherited from ProvisionableConstruct) |
IBicep |
Compile this value to a Bicep expression. (Inherited from ProvisionableConstruct) |
IBicep |
Gets the expression for this value if it's not a literal. (Inherited from ProvisionableConstruct) |
IBicep |
Gets whether this value is unset or empty. (Inherited from ProvisionableConstruct) |
IBicep |
Tracks whether this is an output only property. (Inherited from ProvisionableConstruct) |
IBicep |
Tracks whether this property is required. (Inherited from ProvisionableConstruct) |
IBicep |
Tracks whether this contains a secure value. (Inherited from ProvisionableConstruct) |
IBicep |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from ProvisionableConstruct) |
IBicep |
Get the value of this expression, if it's literal. (Inherited from ProvisionableConstruct) |
IBicep |
Gets information about where this value was defined. (Inherited from ProvisionableConstruct) |
IBicep |
Make this value readonly. (Inherited from ProvisionableConstruct) |
IBicep |
Gets information about where this value was assigned from. (Inherited from ProvisionableConstruct) |
Produkt | Versionen |
---|---|
Azure SDK for .NET | Latest, Preview |
Feedback zu Azure SDK for .NET
Azure SDK for .NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: