HealthProbeParameters Class

Definition

The JSON object that contains the properties to send health probes to origin.

public class HealthProbeParameters
type HealthProbeParameters = class
Public Class HealthProbeParameters
Inheritance
HealthProbeParameters

Constructors

HealthProbeParameters()

Initializes a new instance of the HealthProbeParameters class.

HealthProbeParameters(String, Nullable<HealthProbeRequestType>, Nullable<ProbeProtocol>, Nullable<Int32>)

Initializes a new instance of the HealthProbeParameters class.

Properties

ProbeIntervalInSeconds

Gets or sets the number of seconds between health probes.Default is 240sec.

ProbePath

Gets or sets the path relative to the origin that is used to determine the health of the origin.

ProbeProtocol

Gets or sets protocol to use for health probe. Possible values include: 'NotSet', 'Http', 'Https'

ProbeRequestType

Gets or sets the type of health probe request that is made. Possible values include: 'NotSet', 'GET', 'HEAD'

Methods

Validate()

Validate the object.

Applies to