SqlRuleAction Class

Represents set of actions written in SQL language-based syntax that is performed against a ServiceBus.Messaging.BrokeredMessage.

Inheritance
azure.mgmt.servicebus.v2018_01_01_preview.models._models_py3.Action
SqlRuleAction

Constructor

SqlRuleAction(*, sql_expression: str | None = None, compatibility_level: int | None = None, requires_preprocessing: bool = True, **kwargs: Any)

Keyword-Only Parameters

Name Description
sql_expression
str

SQL expression. e.g. MyProperty='ABC'.

compatibility_level
int

This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

requires_preprocessing

Value that indicates whether the rule action requires preprocessing.

Default value: True

Variables

Name Description
sql_expression
str

SQL expression. e.g. MyProperty='ABC'.

compatibility_level
int

This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

requires_preprocessing

Value that indicates whether the rule action requires preprocessing.