LoadBalancingSettingsModel interface
Load balancing settings for a backend pool
- Extends
Properties
| additional |
The additional latency in milliseconds for probes to fall into the lowest latency bucket |
| name | Resource name. |
| resource |
Resource status. NOTE: This property will not be serialized. It can only be populated by the server. |
| sample |
The number of samples to consider for load balancing decisions |
| successful |
The number of samples within the sample period that must succeed |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID. |
Property Details
additionalLatencyMilliseconds
The additional latency in milliseconds for probes to fall into the lowest latency bucket
additionalLatencyMilliseconds?: number
Property Value
number
name
Resource name.
name?: string
Property Value
string
resourceState
Resource status. NOTE: This property will not be serialized. It can only be populated by the server.
resourceState?: string
Property Value
string
sampleSize
The number of samples to consider for load balancing decisions
sampleSize?: number
Property Value
number
successfulSamplesRequired
The number of samples within the sample period that must succeed
successfulSamplesRequired?: number
Property Value
number
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string