Uses of Class
com.azure.resourcemanager.servicebus.models.FilterType
-
Packages that use FilterType Package Description com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models 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 FilterType Modifier and Type Method Description FilterTypeRuleInner. 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 FilterType Modifier and Type Method Description RuleInnerRuleInner. withFilterType(FilterType filterType)Set the filterType property: Filter type that is evaluated against a BrokeredMessage. -
Uses of FilterType in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return FilterType Modifier and Type Method Description static FilterTypeFilterType. fromString(String value)Parses a serialized value to a FilterType instance.static FilterTypeFilterType. valueOf(String name)Returns 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.
-