次の方法で共有


ConditionalQueueSelectorAttachment.Condition プロパティ

定義

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

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

public Azure.Communication.JobRouter.RouterRule Condition { get; set; }
member this.Condition : Azure.Communication.JobRouter.RouterRule with get, set
Public Property Condition As RouterRule

プロパティ値

適用対象