Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.Ruleproperties
Packages that use Ruleproperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of Ruleproperties in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return RulepropertiesModifier and TypeMethodDescriptionstatic RulepropertiesRuleproperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Ruleproperties from the JsonReader.Ruleproperties.withAction(Action action) Set the action property: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.Ruleproperties.withCorrelationFilter(CorrelationFilter correlationFilter) Set the correlationFilter property: Properties of correlationFilter.Ruleproperties.withFilterType(FilterType filterType) Set the filterType property: Filter type that is evaluated against a BrokeredMessage.Ruleproperties.withSqlFilter(SqlFilter sqlFilter) Set the sqlFilter property: Properties of sqlFilter.