LoadBalancingSettingsProperties interface

The JSON object that contains the properties required to create load balancing settings

Extends

Properties

resourceState

Resource status. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

additionalLatencyMilliseconds

The additional latency in milliseconds for probes to fall into the lowest latency bucket

sampleSize

The number of samples to consider for load balancing decisions

successfulSamplesRequired

The number of samples within the sample period that must succeed

Property Details

resourceState

Resource status. NOTE: This property will not be serialized. It can only be populated by the server.

resourceState?: string

Property Value

string

Inherited Property Details

additionalLatencyMilliseconds

The additional latency in milliseconds for probes to fall into the lowest latency bucket

additionalLatencyMilliseconds?: number

Property Value

number

Inherited From LoadBalancingSettingsUpdateParameters.additionalLatencyMilliseconds

sampleSize

The number of samples to consider for load balancing decisions

sampleSize?: number

Property Value

number

Inherited From LoadBalancingSettingsUpdateParameters.sampleSize

successfulSamplesRequired

The number of samples within the sample period that must succeed

successfulSamplesRequired?: number

Property Value

number

Inherited From LoadBalancingSettingsUpdateParameters.successfulSamplesRequired