你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LoadBalancingSettingsProperties 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
LoadBalancingSettingsProperties() |
Initializes a new instance of the LoadBalancingSettingsProperties class. |
LoadBalancingSettingsProperties(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the LoadBalancingSettingsProperties class. |
LoadBalancingSettingsProperties()
Initializes a new instance of the LoadBalancingSettingsProperties class.
public LoadBalancingSettingsProperties ();
Public Sub New ()
Applies to
LoadBalancingSettingsProperties(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the LoadBalancingSettingsProperties class.
public LoadBalancingSettingsProperties (int? sampleSize = default, int? successfulSamplesRequired = default, int? additionalLatencyMilliseconds = default, string resourceState = default);
new Microsoft.Azure.Management.FrontDoor.Models.LoadBalancingSettingsProperties : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.FrontDoor.Models.LoadBalancingSettingsProperties
Public Sub New (Optional sampleSize As Nullable(Of Integer) = Nothing, Optional successfulSamplesRequired As Nullable(Of Integer) = Nothing, Optional additionalLatencyMilliseconds As Nullable(Of Integer) = Nothing, Optional resourceState As String = 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
- resourceState
- String
Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting', 'Migrating', 'Migrated'