你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Rule Class

Description of Rule Resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.servicebus.v2017_04_01.models._models_py3.Resource
Rule

Constructor

Rule(*, action: _models.Action | None = None, filter_type: str | _models.FilterType | None = None, sql_filter: _models.SqlFilter | None = None, correlation_filter: _models.CorrelationFilter | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
action

Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.

filter_type

Filter type that is evaluated against a BrokeredMessage. Known values are: "SqlFilter" and "CorrelationFilter".

sql_filter

Properties of sqlFilter.

correlation_filter

Properties of correlationFilter.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

action

Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.

filter_type

Filter type that is evaluated against a BrokeredMessage. Known values are: "SqlFilter" and "CorrelationFilter".

sql_filter

Properties of sqlFilter.

correlation_filter

Properties of correlationFilter.