BackendPoolProperties interface
The JSON object that contains the properties required to create a Backend Pool.
- Extends
Properties
resource |
Resource status. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited 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 |
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
backends
The set of backends for this pool
backends?: Backend[]
Property Value
Backend[]
Inherited From BackendPoolUpdateParameters.backends
healthProbeSettings
L7 health probe settings for a backend pool
healthProbeSettings?: SubResource
Property Value
Inherited From BackendPoolUpdateParameters.healthProbeSettings
loadBalancingSettings
Load balancing settings for a backend pool
loadBalancingSettings?: SubResource
Property Value
Inherited From BackendPoolUpdateParameters.loadBalancingSettings