JobRouterModelFactory.ManualReclassifyExceptionAction Method
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.
Initializes a new instance of ManualReclassifyExceptionAction.
public static Azure.Communication.JobRouter.ManualReclassifyExceptionAction ManualReclassifyExceptionAction (string id = default, string queueId = default, int? priority = default, System.Collections.Generic.IEnumerable<Azure.Communication.JobRouter.RouterWorkerSelector> workerSelectors = default);
static member ManualReclassifyExceptionAction : string * string * Nullable<int> * seq<Azure.Communication.JobRouter.RouterWorkerSelector> -> Azure.Communication.JobRouter.ManualReclassifyExceptionAction
Public Shared Function ManualReclassifyExceptionAction (Optional id As String = Nothing, Optional queueId As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional workerSelectors As IEnumerable(Of RouterWorkerSelector) = Nothing) As ManualReclassifyExceptionAction
Parameters
- id
- String
Unique Id of the exception action.
- queueId
- String
Updated QueueId.
- workerSelectors
- IEnumerable<RouterWorkerSelector>
Updated WorkerSelectors.
Returns
A new ManualReclassifyExceptionAction instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET