共用方式為


InboundNatPool.BackendPort 屬性

定義

取得或設定計算節點上的埠號碼。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

這在 Batch 集區內必須是唯一的。 可接受的值介於 1 到 65535 之間,除了 22、3389、29876 和 29877 之間,因為這些值是保留的。 如果提供任何保留值,要求就會因為 HTTP 狀態碼 400 而失敗。

適用於