次の方法で共有


PoolEndpointConfiguration.InboundNATPools プロパティ

定義

個々のコンピューティング ノードの特定のポートを外部でアドレス指定するために使用できる受信 NAT プールの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

バッチ プールあたりの受信 NAT プールの最大数は 5 です。 受信 NAT プールの最大数を超えた場合、要求は HTTP 状態コード 400 で失敗します。 IPAddressProvisioningType が NoPublicIPAddresses の場合、これは指定できません。

適用対象