DefinitionMonitorHTTPOptions Class

Definition

Describes the option to use when making an HTTP request to monitor endpoint health.

public class DefinitionMonitorHTTPOptions
type DefinitionMonitorHTTPOptions = class
Public Class DefinitionMonitorHTTPOptions
Inheritance
DefinitionMonitorHTTPOptions

Constructors

DefinitionMonitorHTTPOptions()

Initializes a new instance of the DefinitionMonitorHTTPOptions class.

Properties

ExpectedStatusCode

Optional. Specifies the HTTP status code expected from a healthy endpoint. Endpoint is considered unhealthy otherwise.

RelativePath

Optional. Specifies the path relative to the endpoint domain name to probe for health state. For restrictions, see http://msdn.microsoft.com/en-us/library/hh758254.aspx.

Verb

Optional. Specifies the verb to use when making an HTTP request to monitor endpoint health.

Applies to