共用方式為


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

適用於