你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConditionalWorkerSelectorAttachment 类

定义

描述在给定条件解析为 true 时附加的一组辅助角色选择器。

public class ConditionalWorkerSelectorAttachment : Azure.Communication.JobRouter.WorkerSelectorAttachment
type ConditionalWorkerSelectorAttachment = class
    inherit WorkerSelectorAttachment
Public Class ConditionalWorkerSelectorAttachment
Inherits WorkerSelectorAttachment
继承
ConditionalWorkerSelectorAttachment

构造函数

ConditionalWorkerSelectorAttachment(RouterRule, IEnumerable<RouterWorkerSelector>)

初始化 ConditionalWorkerSelectorAttachment 的新实例。

属性

Condition

以下类型之一的规则:

StaticRule:提供始终返回相同结果(无论输入如何)的静态规则的规则。 DirectMapRule:返回与输入标签相同的标签的规则。 ExpressionRule:提供内联表达式规则的规则。 AzureFunctionRule:提供对 HTTP 触发的 Azure 函数绑定的规则。 WebhookRule:遵循 OAuth2.0 身份验证协议向 Web 服务器提供绑定的规则。 请注意 RouterRule ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 FunctionRouterRuleDirectMapRouterRuleExpressionRouterRuleStaticRouterRuleWebhookRouterRule

Kind

描述标签选择器附件类型的类型鉴别器。

(继承自 WorkerSelectorAttachment)
WorkerSelectors

要附加的工作器选择器。

适用于