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 集區清單。