BackendPool interface
A backend pool is a collection of backends that can be routed to.
- Extends
Properties
backends | The set of backends for this pool |
health |
L7 health probe settings for a backend pool |
load |
Load balancing settings for a backend pool |
name | Resource name. |
resource |
Resource status. NOTE: This property will not be serialized. It can only be populated by the server. |
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
backends
healthProbeSettings
L7 health probe settings for a backend pool
healthProbeSettings?: SubResource
Property Value
loadBalancingSettings
Load balancing settings for a backend pool
loadBalancingSettings?: SubResource
Property Value
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
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string