DefinitionMonitor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a monitoring configuration
public class DefinitionMonitor
type DefinitionMonitor = class
Public Class DefinitionMonitor
- Inheritance
-
DefinitionMonitor
Constructors
DefinitionMonitor() |
Initializes a new instance of the DefinitionMonitor class. |
Properties
HttpOptions |
Required. The option to use when making an HTTP request to monitor endpoint health. |
IntervalInSeconds |
Required. The number of seconds between consecutive attempts to check the status of a monitoring endpoint. The value must be set to 30. |
Port |
Required. The port used to monitor endpoint health. Accepted values are integer values greater than 0 and less or equal to 65,535. |
Protocol |
Required. The protocol to use to monitor endpoint health. |
TimeoutInSeconds |
Required. The time to wait for a response from the monitoring endpoint. The value must be set to 10. |
ToleratedNumberOfFailures |
Required. The number of consecutive failures to allow on an endpoint before taking the endpoint out of the rotation in the load balancer. The value must be set to 3. |
Applies to
Azure SDK for .NET