Package version:

Interface MonitorConfig

Class containing endpoint monitoring settings in a Traffic Manager profile.

Hierarchy

  • MonitorConfig

Properties

List of custom headers.

expectedStatusCodeRanges?: MonitorConfigExpectedStatusCodeRangesItem[]

List of expected status code ranges.

intervalInSeconds?: number

The monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile.

path?: string

The path relative to the endpoint domain name used to probe for endpoint health.

port?: number

The TCP port used to probe for endpoint health.

profileMonitorStatus?: string

The profile-level monitoring status of the Traffic Manager profile.

protocol?: string

The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.

timeoutInSeconds?: number

The monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check.

toleratedNumberOfFailures?: number

The number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check.

Generated using TypeDoc