LoadBalancingSettingsUpdateParameters Constructors
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.
Overloads
LoadBalancingSettingsUpdateParameters() |
Initializes a new instance of the LoadBalancingSettingsUpdateParameters class. |
LoadBalancingSettingsUpdateParameters(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the LoadBalancingSettingsUpdateParameters class. |
LoadBalancingSettingsUpdateParameters()
Initializes a new instance of the LoadBalancingSettingsUpdateParameters class.
public LoadBalancingSettingsUpdateParameters ();
Public Sub New ()
Applies to
LoadBalancingSettingsUpdateParameters(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the LoadBalancingSettingsUpdateParameters class.
public LoadBalancingSettingsUpdateParameters (int? sampleSize = default, int? successfulSamplesRequired = default, int? additionalLatencyMilliseconds = default);
new Microsoft.Azure.Management.FrontDoor.Models.LoadBalancingSettingsUpdateParameters : Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.FrontDoor.Models.LoadBalancingSettingsUpdateParameters
Public Sub New (Optional sampleSize As Nullable(Of Integer) = Nothing, Optional successfulSamplesRequired As Nullable(Of Integer) = Nothing, Optional additionalLatencyMilliseconds As Nullable(Of Integer) = Nothing)
Parameters
The number of samples within the sample period that must succeed
The additional latency in milliseconds for probes to fall into the lowest latency bucket