IWithMonitoringConfiguration Interface
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.
The stage of the traffic manager profile definition allowing to specify the endpoint monitoring configuration.
public interface IWithMonitoringConfiguration
type IWithMonitoringConfiguration = interface
Public Interface IWithMonitoringConfiguration
- Derived
Methods
WithHttpMonitoring() |
Specify to use HTTP monitoring for the endpoints that checks for HTTP 200 response from the path '/' at regular intervals, using port 80. |
WithHttpMonitoring(Int32, String) |
Specify the HTTP monitoring for the endpoints that checks for HTTP 200 response from the specified path at regular intervals, using the specified port. |
WithHttpsMonitoring() |
Specify to use HTTPS monitoring for the endpoints that checks for HTTPS 200 response from the path '/' at regular intervals, using port 443. |
WithHttpsMonitoring(Int32, String) |
Specify the HTTPS monitoring for the endpoints that checks for HTTPS 200 response from the specified path at regular intervals, using the specified port. |
Applies to
Azure SDK for .NET