StringNotContainsFilter 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.
StringNotContains Filter.
public class StringNotContainsFilter : Azure.ResourceManager.EventGrid.Models.EventGridFilter, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.StringNotContainsFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.StringNotContainsFilter>
type StringNotContainsFilter = class
inherit EventGridFilter
interface IJsonModel<StringNotContainsFilter>
interface IPersistableModel<StringNotContainsFilter>
Public Class StringNotContainsFilter
Inherits EventGridFilter
Implements IJsonModel(Of StringNotContainsFilter), IPersistableModel(Of StringNotContainsFilter)
- Inheritance
- Implements
Constructors
StringNotContainsFilter() |
Initializes a new instance of StringNotContainsFilter. |
Properties
Key |
The field/property in the event based on which you want to filter. (Inherited from EventGridFilter) |
Values |
The set of filter values. |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET