Uses of Class
com.azure.resourcemanager.servicebus.models.Action
-
Packages that use Action 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 Action in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return Action Modifier and Type Method Description ActionRuleInner. action()Get the action property: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type Action Modifier and Type Method Description RuleInnerRuleInner. 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. -
Uses of Action in com.azure.resourcemanager.servicebus.models
Subclasses of Action in com.azure.resourcemanager.servicebus.models Modifier and Type Class Description classSqlRuleActionRepresents set of actions written in SQL language-based syntax that is performed against a ServiceBus.Messaging.BrokeredMessage.Methods in com.azure.resourcemanager.servicebus.models that return Action Modifier and Type Method Description ActionAction. withCompatibilityLevel(Integer compatibilityLevel)Set the compatibilityLevel property: This property is reserved for future use.ActionAction. withRequiresPreprocessing(Boolean requiresPreprocessing)Set the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.ActionAction. withSqlExpression(String sqlExpression)Set the sqlExpression property: SQL expression.
-