Share via


WeightedAllocationQueueSelectorAttachment Constructor

Definition

Initializes a new instance of WeightedAllocationQueueSelectorAttachment.

public WeightedAllocationQueueSelectorAttachment (System.Collections.Generic.IEnumerable<Azure.Communication.JobRouter.QueueWeightedAllocation> allocations);
new Azure.Communication.JobRouter.WeightedAllocationQueueSelectorAttachment : seq<Azure.Communication.JobRouter.QueueWeightedAllocation> -> Azure.Communication.JobRouter.WeightedAllocationQueueSelectorAttachment
Public Sub New (allocations As IEnumerable(Of QueueWeightedAllocation))

Parameters

allocations
IEnumerable<QueueWeightedAllocation>

A collection of percentage based weighted allocations.

Exceptions

allocations is null.

Applies to