Uses of Enum
com.azure.resourcemanager.servicebus.models.FilterType
Packages that use FilterType
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of FilterType in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return FilterTypeModifier and TypeMethodDescriptionRuleInner.filterType()Get the filterType property: Filter type that is evaluated against a BrokeredMessage.Ruleproperties.filterType()Get the filterType property: Filter type that is evaluated against a BrokeredMessage.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type FilterTypeModifier and TypeMethodDescriptionRuleInner.withFilterType(FilterType filterType) Set the filterType property: Filter type that is evaluated against a BrokeredMessage.Ruleproperties.withFilterType(FilterType filterType) Set the filterType property: Filter type that is evaluated against a BrokeredMessage. -
Uses of FilterType in com.azure.resourcemanager.servicebus.models
Subclasses with type arguments of type FilterType in com.azure.resourcemanager.servicebus.modelsMethods in com.azure.resourcemanager.servicebus.models that return FilterTypeModifier and TypeMethodDescriptionstatic FilterTypeFilterType.fromString(String value) Parses a serialized value to a FilterType instance.static FilterTypeReturns the enum constant of this type with the specified name.static FilterType[]FilterType.values()Returns an array containing the constants of this enum type, in the order they are declared.