共用方式為


PoolEndpointConfiguration.InboundNatPools 屬性

定義

取得或設定輸入 NAT 集區的清單,這些集區可用來在外部定址個別計算節點上的特定埠。

[Newtonsoft.Json.JsonProperty(PropertyName="inboundNatPools")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.InboundNatPool> InboundNatPools { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inboundNatPools")>]
member this.InboundNatPools : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.InboundNatPool> with get, set
Public Property InboundNatPools As IList(Of InboundNatPool)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

每個 Batch 集區的輸入 NAT 集區數目上限為 5。 如果超過輸入 NAT 集區的最大數目,要求就會失敗,且 HTTP 狀態碼為 400。 如果 IPAddressProvisioningType 為 NoPublicIPAddresses,則無法指定此專案。

適用於