WeightedAllocationWorkerSelectorAttachment 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.
Describes multiple sets of worker selectors, of which one will be selected and attached according to a weighting.
public class WeightedAllocationWorkerSelectorAttachment : Azure.Communication.JobRouter.WorkerSelectorAttachment
public class WeightedAllocationWorkerSelectorAttachment : Azure.Communication.JobRouter.WorkerSelectorAttachment, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.WeightedAllocationWorkerSelectorAttachment>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.WeightedAllocationWorkerSelectorAttachment>
type WeightedAllocationWorkerSelectorAttachment = class
inherit WorkerSelectorAttachment
type WeightedAllocationWorkerSelectorAttachment = class
inherit WorkerSelectorAttachment
interface IJsonModel<WeightedAllocationWorkerSelectorAttachment>
interface IPersistableModel<WeightedAllocationWorkerSelectorAttachment>
Public Class WeightedAllocationWorkerSelectorAttachment
Inherits WorkerSelectorAttachment
Public Class WeightedAllocationWorkerSelectorAttachment
Inherits WorkerSelectorAttachment
Implements IJsonModel(Of WeightedAllocationWorkerSelectorAttachment), IPersistableModel(Of WeightedAllocationWorkerSelectorAttachment)
- Inheritance
- Implements
Constructors
WeightedAllocationWorkerSelectorAttachment(IEnumerable<WorkerWeightedAllocation>) |
Initializes a new instance of WeightedAllocationWorkerSelectorAttachment. |
Properties
Allocations |
A collection of percentage based weighted allocations. |
Kind |
The type discriminator describing a sub-type of WorkerSelectorAttachment. (Inherited from WorkerSelectorAttachment) |
Explicit Interface Implementations
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET