Probe Class

Definition

public class Probe
type Probe = class
Public Class Probe
Inheritance
Probe

Constructors

Probe()

Initializes a new instance of the Probe class.

Properties

Host

Optional. Host name to send probe to.

Interval

Optional. Probe interval in seconds. This is the time interval between two consecutive probes.

Name

Optional. Name of the Probe.

Path
Protocol

Optional. Protocol used to send probe. Http and Https are valid protocols.

Timeout

Optional. Probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period.

UnhealthyThreshold

Optional. Probe retry count. Backend server is marked down after consecutive probe failure count reaches UnhealthyThreshold.

Applies to