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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET