SqlRuleAction Class
Represents set of actions written in SQL language-based syntax that is performed against a ServiceBus.Messaging.BrokeredMessage.
- Inheritance
-
azure.mgmt.servicebus.v2021_06_01_preview.models._models_py3.ActionSqlRuleAction
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
|
SQL expression. e.g. MyProperty='ABC'. |
compatibility_level
|
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
|
SQL expression. e.g. MyProperty='ABC'. |
compatibility_level
|
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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python