Compartir a través de


WeightedAllocationQueueSelectorAttachment Constructor

Definición

Inicializa una nueva instancia de 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))

Parámetros

allocations
IEnumerable<QueueWeightedAllocation>

Colección de asignaciones ponderadas basadas en porcentajes.

Excepciones

allocations es null.

Se aplica a