Share via


IWithMonitoringConfiguration.WithHttpMonitoring Method

Definition

Overloads

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.

WithHttpMonitoring()

Specify to use HTTP monitoring for the endpoints that checks for HTTP 200 response from the path '/' at regular intervals, using port 80.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate WithHttpMonitoring ();
abstract member WithHttpMonitoring : unit -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate
Public Function WithHttpMonitoring () As IUpdate

Returns

Applies to

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.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate WithHttpMonitoring (int port, string path);
abstract member WithHttpMonitoring : int * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate
Public Function WithHttpMonitoring (port As Integer, path As String) As IUpdate

Parameters

port
Int32

The monitoring port.

path
String

The monitoring path.

Returns

Applies to