Uses of Class
com.azure.resourcemanager.eventgrid.models.StringNotInAdvancedFilter
-
Packages that use StringNotInAdvancedFilter Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of StringNotInAdvancedFilter in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return StringNotInAdvancedFilter Modifier and Type Method Description StringNotInAdvancedFilterStringNotInAdvancedFilter. withKey(String key)Set the key property: The field/property in the event based on which you want to filter.StringNotInAdvancedFilterStringNotInAdvancedFilter. withValues(List<String> values)Set the values property: The set of filter values.
-