LongestIdleMode 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 directed to the worker who has been idle longest.
public class LongestIdleMode : Azure.Communication.JobRouter.DistributionMode
public class LongestIdleMode : Azure.Communication.JobRouter.DistributionMode, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.LongestIdleMode>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.LongestIdleMode>
type LongestIdleMode = class
inherit DistributionMode
type LongestIdleMode = class
inherit DistributionMode
interface IJsonModel<LongestIdleMode>
interface IPersistableModel<LongestIdleMode>
Public Class LongestIdleMode
Inherits DistributionMode
Public Class LongestIdleMode
Inherits DistributionMode
Implements IJsonModel(Of LongestIdleMode), IPersistableModel(Of LongestIdleMode)
- Inheritance
- Implements
Constructors
LongestIdleMode() |
Initializes a new instance of LongestIdleMode. |
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