StringNotBeginsWithFilter 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.
StringNotBeginsWith Filter.
public class StringNotBeginsWithFilter : Azure.ResourceManager.EventGrid.Models.EventGridFilter, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.StringNotBeginsWithFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.StringNotBeginsWithFilter>
type StringNotBeginsWithFilter = class
inherit EventGridFilter
interface IJsonModel<StringNotBeginsWithFilter>
interface IPersistableModel<StringNotBeginsWithFilter>
Public Class StringNotBeginsWithFilter
Inherits EventGridFilter
Implements IJsonModel(Of StringNotBeginsWithFilter), IPersistableModel(Of StringNotBeginsWithFilter)
- Inheritance
- Implements
Constructors
StringNotBeginsWithFilter() |
Initializes a new instance of StringNotBeginsWithFilter. |
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET