HealthProbeSettingsModel interface
Load balancing settings for a backend pool
- Extends
Properties
enabled |
Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool. |
health |
Configures which HTTP method to use to probe the backends defined under backendPools. |
interval |
The number of seconds between health probes. |
name | Resource name. |
path | The path to use for the health probe. Default is / |
protocol | Protocol scheme to use for this probe |
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
enabledState
Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.
enabledState?: string
Property Value
string
healthProbeMethod
Configures which HTTP method to use to probe the backends defined under backendPools.
healthProbeMethod?: string
Property Value
string
intervalInSeconds
The number of seconds between health probes.
intervalInSeconds?: number
Property Value
number
name
Resource name.
name?: string
Property Value
string
path
The path to use for the health probe. Default is /
path?: string
Property Value
string
protocol
Protocol scheme to use for this probe
protocol?: 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