RoundRobinMode 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.
Jobs are distributed in order to workers, starting with the worker that is after the last worker to receive a job.
public class RoundRobinMode : Azure.Communication.JobRouter.DistributionMode
public class RoundRobinMode : Azure.Communication.JobRouter.DistributionMode, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.RoundRobinMode>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.RoundRobinMode>
type RoundRobinMode = class
inherit DistributionMode
type RoundRobinMode = class
inherit DistributionMode
interface IJsonModel<RoundRobinMode>
interface IPersistableModel<RoundRobinMode>
Public Class RoundRobinMode
Inherits DistributionMode
Public Class RoundRobinMode
Inherits DistributionMode
Implements IJsonModel(Of RoundRobinMode), IPersistableModel(Of RoundRobinMode)
- Inheritance
- Implements
Constructors
RoundRobinMode() |
Initializes a new instance of RoundRobinModePolicy. |
Properties
BypassSelectors |
If set to true, then router will match workers to jobs even if they don't match label selectors. Warning: You may get workers that are not qualified for a job they are matched with if you set this variable to true. This flag is intended more for temporary usage. By default, set to false. (Inherited from DistributionMode) |
Kind |
The type discriminator describing a sub-type of DistributionMode. (Inherited from DistributionMode) |
MaxConcurrentOffers |
Governs the maximum number of active concurrent offers a job can have. (Inherited from DistributionMode) |
MinConcurrentOffers |
Governs the minimum desired number of active concurrent offers a job can have. (Inherited from DistributionMode) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET