次の方法で共有


WeightedAllocationWorkerSelectorAttachment コンストラクター

定義

WeightedAllocationWorkerSelectorAttachment の新しいインスタンスを初期化します。

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

パラメーター

allocations
IEnumerable<WorkerWeightedAllocation>

パーセンテージベースの重み付け割り当てのコレクション。

例外

allocations が null です。

適用対象