Condividi tramite


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.Definition.IWithCreate WithHttpsMonitoring ();
abstract member WithHttpsMonitoring : unit -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate
Public Function WithHttpsMonitoring () As IWithCreate

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.Definition.IWithCreate WithHttpsMonitoring (int port, string path);
abstract member WithHttpsMonitoring : int * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate
Public Function WithHttpsMonitoring (port As Integer, path As String) As IWithCreate

Parameters

port
Int32

The monitoring port.

path
String

The monitoring path.

Returns

Applies to