Uses of Class
com.azure.resourcemanager.eventgrid.models.EventSubscriptionFilter
-
Packages that use EventSubscriptionFilter Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of EventSubscriptionFilter in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return EventSubscriptionFilter Modifier and Type Method Description EventSubscriptionFilterEventSubscriptionInner. filter()Get the filter property: Information about the filter for the event subscription.EventSubscriptionFilterEventSubscriptionProperties. filter()Get the filter property: Information about the filter for the event subscription.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type EventSubscriptionFilter Modifier and Type Method Description EventSubscriptionInnerEventSubscriptionInner. withFilter(EventSubscriptionFilter filter)Set the filter property: Information about the filter for the event subscription.EventSubscriptionPropertiesEventSubscriptionProperties. withFilter(EventSubscriptionFilter filter)Set the filter property: Information about the filter for the event subscription. -
Uses of EventSubscriptionFilter in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return EventSubscriptionFilter Modifier and Type Method Description EventSubscriptionFilterEventSubscription. filter()Gets the filter property: Information about the filter for the event subscription.EventSubscriptionFilterEventSubscriptionUpdateParameters. filter()Get the filter property: Information about the filter for the event subscription.EventSubscriptionFilterEventSubscriptionFilter. withAdvancedFilters(List<AdvancedFilter> advancedFilters)Set the advancedFilters property: An array of advanced filters that are used for filtering event subscriptions.EventSubscriptionFilterEventSubscriptionFilter. withEnableAdvancedFilteringOnArrays(Boolean enableAdvancedFilteringOnArrays)Set the enableAdvancedFilteringOnArrays property: Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.EventSubscriptionFilterEventSubscriptionFilter. withIncludedEventTypes(List<String> includedEventTypes)Set the includedEventTypes property: A list of applicable event types that need to be part of the event subscription.EventSubscriptionFilterEventSubscriptionFilter. withIsSubjectCaseSensitive(Boolean isSubjectCaseSensitive)Set the isSubjectCaseSensitive property: Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.EventSubscriptionFilterEventSubscriptionFilter. withSubjectBeginsWith(String subjectBeginsWith)Set the subjectBeginsWith property: An optional string to filter events for an event subscription based on a resource path prefix.EventSubscriptionFilterEventSubscriptionFilter. withSubjectEndsWith(String subjectEndsWith)Set the subjectEndsWith property: An optional string to filter events for an event subscription based on a resource path suffix.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type EventSubscriptionFilter Modifier and Type Method Description EventSubscription.DefinitionStages.WithCreateEventSubscription.DefinitionStages.WithFilter. withFilter(EventSubscriptionFilter filter)Specifies the filter property: Information about the filter for the event subscription..EventSubscription.UpdateEventSubscription.UpdateStages.WithFilter. withFilter(EventSubscriptionFilter filter)Specifies the filter property: Information about the filter for the event subscription..EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withFilter(EventSubscriptionFilter filter)Set the filter property: Information about the filter for the event subscription.
-