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

IWithPath<ParentT>.WithPath(String) 方法

定义

指定要调用的探测的相对路径。 探测将发送到 <protocol>://<host>:<port><路径>。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithProtocol<ParentT> WithPath(string path);
abstract member WithPath : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithProtocol<'ParentT>
Public Function WithPath (path As String) As IWithProtocol(Of ParentT)

参数

path
String

相对路径。

返回

适用于