QueueAndMatchMode Class

Definition

Describes a matching mode where matching worker to a job is automatically started after job is queued successfully.

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

Constructors

QueueAndMatchMode()

Constructor.

Properties

Kind

The type discriminator describing a sub-type of JobMatchingMode.

(Inherited from JobMatchingMode)

Explicit Interface Implementations

IJsonModel<JobMatchingMode>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from JobMatchingMode)
IJsonModel<QueueAndMatchMode>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QueueAndMatchMode>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JobMatchingMode>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from JobMatchingMode)
IPersistableModel<QueueAndMatchMode>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QueueAndMatchMode>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QueueAndMatchMode>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to