次の方法で共有


RuleEngineWorkerSelectorAttachment クラス

定義

RouterRule が解決されたときに、ワーカー セレクターをジョブにアタッチします。

public class RuleEngineWorkerSelectorAttachment : Azure.Communication.JobRouter.WorkerSelectorAttachment
type RuleEngineWorkerSelectorAttachment = class
    inherit WorkerSelectorAttachment
Public Class RuleEngineWorkerSelectorAttachment
Inherits WorkerSelectorAttachment
継承
RuleEngineWorkerSelectorAttachment

コンストラクター

RuleEngineWorkerSelectorAttachment(RouterRule)

RuleEngineWorkerSelectorAttachment の新しいインスタンスを初期化します。

プロパティ

Kind

ラベル セレクター添付ファイルの種類を記述する型識別子。

(継承元 WorkerSelectorAttachment)
Rule

次のいずれかの種類のルール。

StaticRule: 入力に関係なく、常に同じ結果を返す静的ルールを提供するルール。 DirectMapRule: 入力ラベルと同じラベルを返すルール。 ExpressionRule: インライン式ルールを提供するルール。 AzureFunctionRule: HTTP によってトリガーされる Azure 関数へのバインドを提供する規則。 WebhookRule: OAuth2.0 認証プロトコルに従う Web サーバーへのバインドを提供する規則。 基底クラスであることに注意 RouterRule してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、ExpressionRouterRuleDirectMapRouterRuleStaticRouterRule、および WebhookRouterRuleが含まれます。FunctionRouterRule

適用対象