public class SqlRuleAction extends RuleAction
ServiceBusMessage.| Constructor and Description |
|---|
SqlRuleAction(String sqlExpression)
Creates a new instance with the given SQL expression.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getParameters()
Gets the properties for this action.
|
String |
getSqlExpression()
Gets the SQL expression.
|
public SqlRuleAction(String sqlExpression)
sqlExpression - SQL expression for the action.NullPointerException - if sqlExpression is null.IllegalArgumentException - if sqlExpression is an empty string.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.