Share via


IWithMonitoringConfiguration Interface

Definition

The stage of the traffic manager profile update 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