StaticQueueSelectorAttachment Class

Definition

Describes a queue selector that will be attached to a job.

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

Constructors

StaticQueueSelectorAttachment(RouterQueueSelector)

Initializes a new instance of StaticQueueSelectorAttachment.

Properties

Kind

The type discriminator describing a sub-type of QueueSelectorAttachment.

(Inherited from QueueSelectorAttachment)
QueueSelector

The queue selector to attach.

Explicit Interface Implementations

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)
IJsonModel<StaticQueueSelectorAttachment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StaticQueueSelectorAttachment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<StaticQueueSelectorAttachment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StaticQueueSelectorAttachment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StaticQueueSelectorAttachment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to