ReclassifyExceptionAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An action that modifies labels on a job and then reclassifies it.
public class ReclassifyExceptionAction : Azure.Communication.JobRouter.ExceptionAction
public class ReclassifyExceptionAction : Azure.Communication.JobRouter.ExceptionAction, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.ReclassifyExceptionAction>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.ReclassifyExceptionAction>
type ReclassifyExceptionAction = class
inherit ExceptionAction
type ReclassifyExceptionAction = class
inherit ExceptionAction
interface IJsonModel<ReclassifyExceptionAction>
interface IPersistableModel<ReclassifyExceptionAction>
Public Class ReclassifyExceptionAction
Inherits ExceptionAction
Public Class ReclassifyExceptionAction
Inherits ExceptionAction
Implements IJsonModel(Of ReclassifyExceptionAction), IPersistableModel(Of ReclassifyExceptionAction)
- Inheritance
- Implements
Constructors
ReclassifyExceptionAction() |
Initializes a new instance of CancelExceptionAction. |
Properties
ClassificationPolicyId |
(optional) The new classification policy that will determine queue, priority and worker selectors. |
Id |
Unique Id of the exception action. (Inherited from ExceptionAction) |
Kind |
The type discriminator describing a sub-type of ExceptionAction. (Inherited from ExceptionAction) |
LabelsToUpsert |
(optional) Dictionary containing the labels to update (or add if not existing) in key-value pairs. Values must be primitive values - number, string, boolean. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET