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

LoadBalancingRule.BackendPort 属性

定义

获取或设置用于终结点上的内部连接的端口。 可接受的值介于 0 和 65535 之间。 请注意,值 0 启用“任何端口”。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于