你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PassThroughWorkerSelectorAttachment 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
附加一个辅助角色选择器,其中值是从具有相同键的作业标签传递的。
public class PassThroughWorkerSelectorAttachment : Azure.Communication.JobRouter.WorkerSelectorAttachment
type PassThroughWorkerSelectorAttachment = class
inherit WorkerSelectorAttachment
Public Class PassThroughWorkerSelectorAttachment
Inherits WorkerSelectorAttachment
- 继承
构造函数
PassThroughWorkerSelectorAttachment(String, LabelOperator) |
初始化 PassThroughWorkerSelectorAttachment 的新实例。 |
PassThroughWorkerSelectorAttachment(String, LabelOperator, Nullable<TimeSpan>) |
初始化 PassThroughWorkerSelectorAttachment 的新实例。 |
属性
ExpiresAfter |
描述附加的标签选择器的有效期(以秒为单位)。 |
Key |
要查询的标签键。 |
Kind |
描述标签选择器附件类型的类型鉴别器。 (继承自 WorkerSelectorAttachment) |
LabelOperator |
描述标签的值与传递的值的比较方式。 |