共用方式為


Action 類別

代表篩選條件運算式所允許之訊息轉換的篩選動作。

繼承
azure.mgmt.servicebus._serialization.Model
Action

建構函式

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

僅限關鍵字的參數

名稱 Description
sql_expression
str

SQL 運算式。 例如 MyProperty='ABC'。

compatibility_level
int

這個屬性保留給未來的版本使用。 整數值,顯示相容性層級,目前硬式編碼為 20。

requires_preprocessing

值,指出規則動作是否需要前置處理。

預設值: True

變數

名稱 Description
sql_expression
str

SQL 運算式。 例如 MyProperty='ABC'。

compatibility_level
int

這個屬性保留給未來的版本使用。 整數值,顯示相容性層級,目前硬式編碼為 20。

requires_preprocessing

值,指出規則動作是否需要前置處理。