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

ApplicationGatewayProbeInner.Port 属性

定义

获取或设置将用于探测后端服务器的自定义端口。 有效值的范围从 1 到 65535。 如果未设置,将使用 http 设置中的端口。 此属性仅对Standard_v2和WAF_v2有效。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.port")]
public int? Port { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.port")>]
member this.Port : Nullable<int> with get, set
Public Property Port As Nullable(Of Integer)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于