IWithMonitoringConfiguration.WithHttpsMonitoring Method

Definition

Overloads

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.

WithHttpsMonitoring()

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

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

Returns

Applies to

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.

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

Parameters

port
Int32

The monitoring port.

path
String

The monitoring path.

Returns

Applies to