HealthProbeSettingsUpdateParameters interface

L7 health probe settings for a backend pool

Properties

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.

healthProbeMethod

Configures which HTTP method to use to probe the backends defined under backendPools.

intervalInSeconds

The number of seconds between health probes.

path

The path to use for the health probe. Default is /

protocol

Protocol scheme to use for this probe

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

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