次の方法で共有


BatchNetworkConfiguration.EndpointInboundNatPools プロパティ

定義

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

public System.Collections.Generic.IList<Azure.ResourceManager.Batch.Models.BatchInboundNatPool> EndpointInboundNatPools { get; set; }
member this.EndpointInboundNatPools : System.Collections.Generic.IList<Azure.ResourceManager.Batch.Models.BatchInboundNatPool> with get, set
Public Property EndpointInboundNatPools As IList(Of BatchInboundNatPool)

プロパティ値

適用対象