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.v2021_06_01_preview.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.

system_data

The system meta data relating to this resource.

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.