Share via


RuleEngineWorkerSelectorAttachment.Rule Property

Definition

A RouterRule that resolves a collection of worker selectors to attach. Please note RouterRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DirectMapRouterRule, ExpressionRouterRule, FunctionRouterRule, StaticRouterRule and WebhookRouterRule.

public Azure.Communication.JobRouter.RouterRule Rule { get; }
member this.Rule : Azure.Communication.JobRouter.RouterRule
Public ReadOnly Property Rule As RouterRule

Property Value

Applies to