HealthProbeParameters Class

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

Inheritance
azure.mgmt.cdn._serialization.Model
HealthProbeParameters

Constructor

HealthProbeParameters(*, probe_path: str | None = None, probe_request_type: str | _models.HealthProbeRequestType | None = None, probe_protocol: str | _models.ProbeProtocol | None = None, probe_interval_in_seconds: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
probe_path
str

The path relative to the origin that is used to determine the health of the origin.

probe_request_type

The type of health probe request that is made. Known values are: "NotSet", "GET", and "HEAD".

probe_protocol

Protocol to use for health probe. Known values are: "NotSet", "Http", and "Https".

probe_interval_in_seconds
int

The number of seconds between health probes.Default is 240sec.

Variables

Name Description
probe_path
str

The path relative to the origin that is used to determine the health of the origin.

probe_request_type

The type of health probe request that is made. Known values are: "NotSet", "GET", and "HEAD".

probe_protocol

Protocol to use for health probe. Known values are: "NotSet", "Http", and "Https".

probe_interval_in_seconds
int

The number of seconds between health probes.Default is 240sec.