SuspendMode Class

Definition

Describes a matching mode where matching worker to a job is suspended.

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

Constructors

SuspendMode()

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

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

IJsonModel<SuspendMode>.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<SuspendMode>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SuspendMode>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SuspendMode>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to