Method: Azure::ServiceBus::Rule#action
- Defined in:
- lib/azure/service_bus/rule.rb
#action ⇒ Object
Action: String
The Action property references an instance of FilterAction. The following type of FilterAction are provided. Default is an instance of EmptyRuleAction.
SqlFilterAction - A type of FilterAction that is represented by SQL expression. For detailed information about
SqlFilterAction syntax, see SqlRuleAction.SqlExpression Property.
EmptyRuleAction - A type of FilterAction that represents an empty action.
82 83 84 |
# File 'lib/azure/service_bus/rule.rb', line 82 def action RuleAspect.from_hash(description['Action']) end |