LoadBalancingSettingsParameters 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
LoadBalancingSettingsParameters() |
Initializes a new instance of the LoadBalancingSettingsParameters class. |
LoadBalancingSettingsParameters(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the LoadBalancingSettingsParameters class. |
LoadBalancingSettingsParameters()
Initializes a new instance of the LoadBalancingSettingsParameters class.
public LoadBalancingSettingsParameters ();
Public Sub New ()
Applies to
LoadBalancingSettingsParameters(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the LoadBalancingSettingsParameters class.
public LoadBalancingSettingsParameters (int? sampleSize = default, int? successfulSamplesRequired = default, int? additionalLatencyInMilliseconds = default);
new Microsoft.Azure.Management.Cdn.Models.LoadBalancingSettingsParameters : Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Cdn.Models.LoadBalancingSettingsParameters
Public Sub New (Optional sampleSize As Nullable(Of Integer) = Nothing, Optional successfulSamplesRequired As Nullable(Of Integer) = Nothing, Optional additionalLatencyInMilliseconds 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
Applies to
Azure SDK for .NET