WeightedAllocationQueueSelectorAttachment Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância 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>
Uma coleção de alocações ponderadas baseadas em porcentagem.
Exceções
allocations
é nulo.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET