LoadBalancingSettingsProperties 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.
The JSON object that contains the properties required to create load balancing settings
public class LoadBalancingSettingsProperties : Microsoft.Azure.Management.FrontDoor.Models.LoadBalancingSettingsUpdateParameters
type LoadBalancingSettingsProperties = class
inherit LoadBalancingSettingsUpdateParameters
Public Class LoadBalancingSettingsProperties
Inherits LoadBalancingSettingsUpdateParameters
- Inheritance
Constructors
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. |
Properties
AdditionalLatencyMilliseconds |
Gets or sets the additional latency in milliseconds for probes to fall into the lowest latency bucket (Inherited from LoadBalancingSettingsUpdateParameters) |
ResourceState |
Gets resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting', 'Migrating', 'Migrated' |
SampleSize |
Gets or sets the number of samples to consider for load balancing decisions (Inherited from LoadBalancingSettingsUpdateParameters) |
SuccessfulSamplesRequired |
Gets or sets the number of samples within the sample period that must succeed (Inherited from LoadBalancingSettingsUpdateParameters) |