Share via


HealthProbeSettingsUpdateParameters Class

Definition

L7 health probe settings for a backend pool

public class HealthProbeSettingsUpdateParameters
type HealthProbeSettingsUpdateParameters = class
Public Class HealthProbeSettingsUpdateParameters
Inheritance
HealthProbeSettingsUpdateParameters
Derived

Constructors

HealthProbeSettingsUpdateParameters()

Initializes a new instance of the HealthProbeSettingsUpdateParameters class.

HealthProbeSettingsUpdateParameters(String, String, Nullable<Int32>, String, String)

Initializes a new instance of the HealthProbeSettingsUpdateParameters class.

Properties

EnabledState

Gets or sets 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. Possible values include: 'Enabled', 'Disabled'

HealthProbeMethod

Gets or sets configures which HTTP method to use to probe the backends defined under backendPools. Possible values include: 'GET', 'HEAD'

IntervalInSeconds

Gets or sets the number of seconds between health probes.

Path

Gets or sets the path to use for the health probe. Default is /

Protocol

Gets or sets protocol scheme to use for this probe Possible values include: 'Http', 'Https'

Applies to