PassThroughQueueSelectorAttachment Class

Definition

Attaches a queue selector where the value is passed through from a job's label with the same key.

public class PassThroughQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment
public class PassThroughQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.PassThroughQueueSelectorAttachment>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.PassThroughQueueSelectorAttachment>
type PassThroughQueueSelectorAttachment = class
    inherit QueueSelectorAttachment
type PassThroughQueueSelectorAttachment = class
    inherit QueueSelectorAttachment
    interface IJsonModel<PassThroughQueueSelectorAttachment>
    interface IPersistableModel<PassThroughQueueSelectorAttachment>
Public Class PassThroughQueueSelectorAttachment
Inherits QueueSelectorAttachment
Public Class PassThroughQueueSelectorAttachment
Inherits QueueSelectorAttachment
Implements IJsonModel(Of PassThroughQueueSelectorAttachment), IPersistableModel(Of PassThroughQueueSelectorAttachment)
Inheritance
PassThroughQueueSelectorAttachment
Implements

Constructors

PassThroughQueueSelectorAttachment(String, LabelOperator)

Initializes a new instance of PassThroughQueueSelectorAttachment.

Properties

Key

The label key to query against.

Kind

The type discriminator describing a sub-type of QueueSelectorAttachment.

(Inherited from QueueSelectorAttachment)
LabelOperator

Describes how the value of the label is compared to the value passed through.

Explicit Interface Implementations

IJsonModel<PassThroughQueueSelectorAttachment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PassThroughQueueSelectorAttachment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<QueueSelectorAttachment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from QueueSelectorAttachment)
IJsonModel<QueueSelectorAttachment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from QueueSelectorAttachment)
IPersistableModel<PassThroughQueueSelectorAttachment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PassThroughQueueSelectorAttachment>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PassThroughQueueSelectorAttachment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<QueueSelectorAttachment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from QueueSelectorAttachment)
IPersistableModel<QueueSelectorAttachment>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from QueueSelectorAttachment)
IPersistableModel<QueueSelectorAttachment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from QueueSelectorAttachment)

Applies to