ConditionalQueueSelectorAttachment 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.
Describes a set of queue selectors that will be attached if the given condition resolves to true.
public class ConditionalQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment
public class ConditionalQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.ConditionalQueueSelectorAttachment>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.ConditionalQueueSelectorAttachment>
type ConditionalQueueSelectorAttachment = class
inherit QueueSelectorAttachment
type ConditionalQueueSelectorAttachment = class
inherit QueueSelectorAttachment
interface IJsonModel<ConditionalQueueSelectorAttachment>
interface IPersistableModel<ConditionalQueueSelectorAttachment>
Public Class ConditionalQueueSelectorAttachment
Inherits QueueSelectorAttachment
Public Class ConditionalQueueSelectorAttachment
Inherits QueueSelectorAttachment
Implements IJsonModel(Of ConditionalQueueSelectorAttachment), IPersistableModel(Of ConditionalQueueSelectorAttachment)
- Inheritance
- Implements
Constructors
ConditionalQueueSelectorAttachment(RouterRule) |
Initializes a new instance of ConditionalQueueSelectorAttachment. |
Properties
Condition |
The condition that must be true for the queue selectors to be attached. 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. |
Kind |
The type discriminator describing a sub-type of QueueSelectorAttachment. (Inherited from QueueSelectorAttachment) |
QueueSelectors |
The queue selectors to attach. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET