Share via


LoadBalancingSettingsModel Class

Definition

Load balancing settings for a backend pool

[Microsoft.Rest.Serialization.JsonTransformation]
public class LoadBalancingSettingsModel : Microsoft.Azure.Management.FrontDoor.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LoadBalancingSettingsModel = class
    inherit SubResource
Public Class LoadBalancingSettingsModel
Inherits SubResource
Inheritance
LoadBalancingSettingsModel
Attributes

Constructors

LoadBalancingSettingsModel()

Initializes a new instance of the LoadBalancingSettingsModel class.

LoadBalancingSettingsModel(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the LoadBalancingSettingsModel class.

Properties

AdditionalLatencyMilliseconds

Gets or sets the additional latency in milliseconds for probes to fall into the lowest latency bucket

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets resource name.

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

SuccessfulSamplesRequired

Gets or sets the number of samples within the sample period that must succeed

Type

Gets resource type.

Extension Methods

ToPSLoadBalancingSetting(LoadBalancingSettingsModel)

Applies to