LoadBalancingSettingsParameters 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.
Round-Robin load balancing settings for a backend pool
public class LoadBalancingSettingsParameters
type LoadBalancingSettingsParameters = class
Public Class LoadBalancingSettingsParameters
- Inheritance
-
LoadBalancingSettingsParameters
Constructors
LoadBalancingSettingsParameters() |
Initializes a new instance of the LoadBalancingSettingsParameters class. |
LoadBalancingSettingsParameters(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the LoadBalancingSettingsParameters class. |
Properties
AdditionalLatencyInMilliseconds |
Gets or sets the additional latency in milliseconds for probes to fall into the lowest latency bucket |
SampleSize |
Gets or sets the number of samples to consider for load balancing decisions |
SuccessfulSamplesRequired |
Gets or sets the number of samples within the sample period that must succeed |