| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
RuleInner.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.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInner |
RuleInner.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlRuleAction
Represents set of actions written in SQL language-based syntax that is performed against a
ServiceBus.Messaging.BrokeredMessage.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.withCompatibilityLevel(Integer compatibilityLevel)
Set the compatibilityLevel property: This property is reserved for future use.
|
Action |
Action.withRequiresPreprocessing(Boolean requiresPreprocessing)
Set the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.
|
Action |
Action.withSqlExpression(String sqlExpression)
Set the sqlExpression property: SQL expression.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.