다음을 통해 공유


PoolEndpointConfiguration 생성자

정의

오버로드

PoolEndpointConfiguration()

PoolEndpointConfiguration 클래스의 새 instance 초기화합니다.

PoolEndpointConfiguration(IList<InboundNatPool>)

PoolEndpointConfiguration 클래스의 새 instance 초기화합니다.

PoolEndpointConfiguration()

PoolEndpointConfiguration 클래스의 새 instance 초기화합니다.

public PoolEndpointConfiguration ();
Public Sub New ()

적용 대상

PoolEndpointConfiguration(IList<InboundNatPool>)

PoolEndpointConfiguration 클래스의 새 instance 초기화합니다.

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 풀 목록입니다.

적용 대상