Condividi tramite


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