Sdílet prostřednictvím


HealthProbeSettingsProperties interface

The JSON object that contains the properties required to create a health probe settings.

Extends

Properties

resourceState

Resource status. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited 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

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

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

Inherited From HealthProbeSettingsUpdateParameters.enabledState

healthProbeMethod

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

healthProbeMethod?: string

Property Value

string

Inherited From HealthProbeSettingsUpdateParameters.healthProbeMethod

intervalInSeconds

The number of seconds between health probes.

intervalInSeconds?: number

Property Value

number

Inherited From HealthProbeSettingsUpdateParameters.intervalInSeconds

path

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

path?: string

Property Value

string

Inherited From HealthProbeSettingsUpdateParameters.path

protocol

Protocol scheme to use for this probe

protocol?: string

Property Value

string

Inherited From HealthProbeSettingsUpdateParameters.protocol