RuleEngineQueueSelectorAttachment 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.
Attaches queue selectors to a job when the RouterRule is resolved.
public class RuleEngineQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment
public class RuleEngineQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.RuleEngineQueueSelectorAttachment>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.RuleEngineQueueSelectorAttachment>
type RuleEngineQueueSelectorAttachment = class
inherit QueueSelectorAttachment
type RuleEngineQueueSelectorAttachment = class
inherit QueueSelectorAttachment
interface IJsonModel<RuleEngineQueueSelectorAttachment>
interface IPersistableModel<RuleEngineQueueSelectorAttachment>
Public Class RuleEngineQueueSelectorAttachment
Inherits QueueSelectorAttachment
Public Class RuleEngineQueueSelectorAttachment
Inherits QueueSelectorAttachment
Implements IJsonModel(Of RuleEngineQueueSelectorAttachment), IPersistableModel(Of RuleEngineQueueSelectorAttachment)
- Inheritance
- Implements
Constructors
RuleEngineQueueSelectorAttachment(RouterRule) |
Initializes a new instance of RuleEngineQueueSelectorAttachment. |
Properties
Kind |
The type discriminator describing a sub-type of QueueSelectorAttachment. (Inherited from QueueSelectorAttachment) |
Rule |
A RouterRule that resolves a collection of queue selectors to attach. Please note RouterRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DirectMapRouterRule, ExpressionRouterRule, FunctionRouterRule, StaticRouterRule and WebhookRouterRule. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET