Share via


BestWorkerMode.ScoringRule Property

Definition

A rule of one of the following types:

StaticRule: A rule providing static rules that always return the same result, regardless of input. DirectMapRule: A rule that return the same labels as the input labels. ExpressionRule: A rule providing inline expression rules. FunctionRule: A rule providing a binding to an HTTP Triggered Azure Function. WebhookRule: A rule providing a binding to a webserver following OAuth2.0 authentication protocol. 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 ScoringRule { get; set; }
member this.ScoringRule : Azure.Communication.JobRouter.RouterRule with get, set
Public Property ScoringRule As RouterRule

Property Value

Applies to