Uses of Class
com.azure.messaging.servicebus.administration.models.RuleAction
Packages that use RuleAction
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of RuleAction in com.azure.messaging.servicebus.administration.models
Subclasses of RuleAction in com.azure.messaging.servicebus.administration.modelsModifier and TypeClassDescriptionclass
Represents a rule action that does nothing.class
Represents set of actions written in SQL language-based syntax that is performed against aServiceBusMessage
.Methods in com.azure.messaging.servicebus.administration.models that return RuleActionModifier and TypeMethodDescriptionCreateRuleOptions.getAction()
Gets the action to perform if the message satisfies the filtering expression.RuleProperties.getAction()
Gets the action to perform if the message satisfies the filtering expression.Methods in com.azure.messaging.servicebus.administration.models with parameters of type RuleActionModifier and TypeMethodDescriptionCreateRuleOptions.setAction
(RuleAction action) Sets the action to perform if the message satisfies the filtering expression.RuleProperties.setAction
(RuleAction action) Sets the action to perform if the message satisfies the filtering expression.