ManualReclassifyExceptionAction Class

Definition

An action that manually reclassifies a job by providing the queue, priority and worker selectors.

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

Constructors

ManualReclassifyExceptionAction()

Initializes a new instance of ManualReclassifyExceptionAction.

Properties

Id

Unique Id of the exception action.

(Inherited from ExceptionAction)
Kind

The type discriminator describing a sub-type of ExceptionAction.

(Inherited from ExceptionAction)
Priority

Updated Priority.

QueueId

Updated QueueId.

WorkerSelectors

Updated WorkerSelectors.

Explicit Interface Implementations

IJsonModel<ExceptionAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExceptionAction)
IJsonModel<ManualReclassifyExceptionAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManualReclassifyExceptionAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExceptionAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ExceptionAction)
IPersistableModel<ManualReclassifyExceptionAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManualReclassifyExceptionAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManualReclassifyExceptionAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to