StringNotBeginsWithAdvancedFilter 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 Advanced Filter.
[Newtonsoft.Json.JsonObject("StringNotBeginsWith")]
public class StringNotBeginsWithAdvancedFilter : Microsoft.Azure.Management.EventGrid.Models.AdvancedFilter
[<Newtonsoft.Json.JsonObject("StringNotBeginsWith")>]
type StringNotBeginsWithAdvancedFilter = class
inherit AdvancedFilter
Public Class StringNotBeginsWithAdvancedFilter
Inherits AdvancedFilter
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
StringNotBeginsWithAdvancedFilter() |
Initializes a new instance of the StringNotBeginsWithAdvancedFilter class. |
StringNotBeginsWithAdvancedFilter(String, IList<String>) |
Initializes a new instance of the StringNotBeginsWithAdvancedFilter 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