PoolEndpointConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 プールの一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET