DefinitionMonitor Members
Represents a monitoring configuration.
The following tables list the members exposed by the DefinitionMonitor type.
Public Constructors
Name | Description | |
---|---|---|
DefinitionMonitor | Initializes a new instance of the DefinitionMonitor class. |
Top
Public Properties
Name | Description | |
---|---|---|
HttpOptions | Gets or sets the options to use when making an HTTP request to monitor endpoint health. | |
IntervalInSeconds | Gets or sets the number of seconds between consecutive attempts to check the status of a monitoring endpoint. | |
Port | Gets or sets the port used to monitor endpoint health. | |
Protocol | Gets or sets the protocol to use to monitor endpoint health. | |
TimeoutInSeconds | Gets or sets the time to wait for a response from the monitoring endpoint. | |
ToleratedNumberOfFailures | Gets or sets the number of consecutive failures to allow on an endpoint before taking the endpoint out of the rotation in the load balancer. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
DefinitionMonitor Class
Microsoft.WindowsAzure.Management.TrafficManager.Models Namespace