LoadBalancingSettingsUpdateParameters 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 LoadBalancingSettingsUpdateParameters
type LoadBalancingSettingsUpdateParameters = class
Public Class LoadBalancingSettingsUpdateParameters
- Inheritance
-
LoadBalancingSettingsUpdateParameters
- Derived
Constructors
LoadBalancingSettingsUpdateParameters() |
Initializes a new instance of the LoadBalancingSettingsUpdateParameters class. |
LoadBalancingSettingsUpdateParameters(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the LoadBalancingSettingsUpdateParameters class. |
Properties
AdditionalLatencyMilliseconds |
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 |