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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET