次の方法で共有


PoolEndpointConfiguration コンストラクター

定義

オーバーロード

PoolEndpointConfiguration()

PoolEndpointConfiguration クラスの新しいインスタンスを初期化します。

PoolEndpointConfiguration(IList<InboundNatPool>)

PoolEndpointConfiguration クラスの新しいインスタンスを初期化します。

PoolEndpointConfiguration()

PoolEndpointConfiguration クラスの新しいインスタンスを初期化します。

public PoolEndpointConfiguration ();
Public Sub New ()

適用対象

PoolEndpointConfiguration(IList<InboundNatPool>)

PoolEndpointConfiguration クラスの新しいインスタンスを初期化します。

public PoolEndpointConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.InboundNatPool> inboundNatPools);
new Microsoft.Azure.Management.Batch.Models.PoolEndpointConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.InboundNatPool> -> Microsoft.Azure.Management.Batch.Models.PoolEndpointConfiguration
Public Sub New (inboundNatPools As IList(Of InboundNatPool))

パラメーター

inboundNatPools
IList<InboundNatPool>

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

適用対象