你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithMonitoringConfiguration.WithHttpsMonitoring 方法

定义

重载

WithHttpsMonitoring()

指定对使用端口 443 定期从路径“/”检查 HTTPS 200 响应的终结点使用 HTTPS 监视。

WithHttpsMonitoring(Int32, String)

为使用指定端口定期检查来自指定路径的 HTTPS 200 响应的终结点指定 HTTPS 监视。

WithHttpsMonitoring()

指定对使用端口 443 定期从路径“/”检查 HTTPS 200 响应的终结点使用 HTTPS 监视。

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

返回

适用于

WithHttpsMonitoring(Int32, String)

为使用指定端口定期检查来自指定路径的 HTTPS 200 响应的终结点指定 HTTPS 监视。

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

参数

port
Int32

监视端口。

path
String

监视路径。

返回

适用于