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

WorkerSelectorAttachmentKind Struct

Definition

Discriminators for supported worker selector attachment types.

public readonly struct WorkerSelectorAttachmentKind : IEquatable<Azure.Communication.JobRouter.WorkerSelectorAttachmentKind>
type WorkerSelectorAttachmentKind = struct
Public Structure WorkerSelectorAttachmentKind
Implements IEquatable(Of WorkerSelectorAttachmentKind)
Inheritance
WorkerSelectorAttachmentKind
Implements

Constructors

WorkerSelectorAttachmentKind(String)

Initializes a new instance of WorkerSelectorAttachmentKind.

Properties

Conditional

Discriminator value for ConditionalWorkerSelectorAttachment.

PassThrough

Discriminator value for PassThroughWorkerSelectorAttachment.

RuleEngine

Discriminator value for RuleEngineWorkerSelectorAttachment.

Static

Discriminator value for StaticWorkerSelectorAttachment.

WeightedAllocation

Discriminator value for WeightedAllocationWorkerSelectorAttachment.

Methods

Equals(WorkerSelectorAttachmentKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(WorkerSelectorAttachmentKind, WorkerSelectorAttachmentKind)

Determines if two WorkerSelectorAttachmentKind values are the same.

Implicit(String to WorkerSelectorAttachmentKind)

Converts a string to a WorkerSelectorAttachmentKind.

Inequality(WorkerSelectorAttachmentKind, WorkerSelectorAttachmentKind)

Determines if two WorkerSelectorAttachmentKind values are not the same.

Applies to