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

ValidateProbeInput 构造函数

定义

重载

ValidateProbeInput()

初始化 ValidateProbeInput 类的新实例。

ValidateProbeInput(String)

初始化 ValidateProbeInput 类的新实例。

ValidateProbeInput()

初始化 ValidateProbeInput 类的新实例。

public ValidateProbeInput ();
Public Sub New ()

适用于

ValidateProbeInput(String)

初始化 ValidateProbeInput 类的新实例。

public ValidateProbeInput (string probeURL);
new Microsoft.Azure.Management.Cdn.Models.ValidateProbeInput : string -> Microsoft.Azure.Management.Cdn.Models.ValidateProbeInput
Public Sub New (probeURL As String)

参数

probeURL
String

要验证的探测 URL。

适用于