PassThroughQueueSelectorAttachment 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 a queue selector where the value is passed through from a job's label with the same key.
public class PassThroughQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment
public class PassThroughQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.PassThroughQueueSelectorAttachment>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.PassThroughQueueSelectorAttachment>
type PassThroughQueueSelectorAttachment = class
inherit QueueSelectorAttachment
type PassThroughQueueSelectorAttachment = class
inherit QueueSelectorAttachment
interface IJsonModel<PassThroughQueueSelectorAttachment>
interface IPersistableModel<PassThroughQueueSelectorAttachment>
Public Class PassThroughQueueSelectorAttachment
Inherits QueueSelectorAttachment
Public Class PassThroughQueueSelectorAttachment
Inherits QueueSelectorAttachment
Implements IJsonModel(Of PassThroughQueueSelectorAttachment), IPersistableModel(Of PassThroughQueueSelectorAttachment)
- Inheritance
- Implements
Constructors
PassThroughQueueSelectorAttachment(String, LabelOperator) |
Initializes a new instance of PassThroughQueueSelectorAttachment. |
Properties
Key |
The label key to query against. |
Kind |
The type discriminator describing a sub-type of QueueSelectorAttachment. (Inherited from QueueSelectorAttachment) |
LabelOperator |
Describes how the value of the label is compared to the value passed through. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET