Package version:
Adds a rule to the current subscription to filter the messages reaching from topic to the subscription.
the name of the rule
the filter expression that the rule evaluates.
Optional
options: OperationOptionsBaseThe options that can be used to abort, trace and control other configurations on the request.
Adds a rule to the current subscription to filter the messages reaching from topic to the subscription.
the name of the rule
the filter expression that the rule evaluates.
Optional
ruleAction: SqlRuleActionThe SQL like expression that can be executed on the message should the associated filter apply.
Optional
options: OperationOptionsBaseThe options that can be used to abort, trace and control other configurations on the request.
Deletes a rule.
the name of the rule
Optional
options: OperationOptionsBaseReturns an async iterable iterator to list all the rules under the specified subscription.
.byPage() returns an async iterable iterator to list the rules in pages.
Optional
options: anyAn asyncIterableIterator that supports paging.
Generated using TypeDoc
Allows rules for a subscription to be managed. This rule manager requires only Listen claims, whereas the ServiceBusAdministrationClient requires Manage claims.