你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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