StringNotContainsAdvancedFilter 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 Advanced Filter.
[Newtonsoft.Json.JsonObject("StringNotContains")]
public class StringNotContainsAdvancedFilter : Microsoft.Azure.Management.EventGrid.Models.AdvancedFilter
[<Newtonsoft.Json.JsonObject("StringNotContains")>]
type StringNotContainsAdvancedFilter = class
inherit AdvancedFilter
Public Class StringNotContainsAdvancedFilter
Inherits AdvancedFilter
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
StringNotContainsAdvancedFilter() |
Initializes a new instance of the StringNotContainsAdvancedFilter class. |
StringNotContainsAdvancedFilter(String, IList<String>) |
Initializes a new instance of the StringNotContainsAdvancedFilter class. |
Properties
Key |
Gets or sets the field/property in the event based on which you want to filter. (Inherited from AdvancedFilter) |
Values |
Gets or sets the set of filter values. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET