다음을 통해 공유


EndpointDetail 생성자

정의

오버로드

EndpointDetail()

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

EndpointDetail(Nullable<Int32>)

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

EndpointDetail()

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

public EndpointDetail();
Public Sub New ()

적용 대상

EndpointDetail(Nullable<Int32>)

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

public EndpointDetail(int? port = default);
new Microsoft.Azure.Management.Batch.Models.EndpointDetail : Nullable<int> -> Microsoft.Azure.Management.Batch.Models.EndpointDetail
Public Sub New (Optional port As Nullable(Of Integer) = Nothing)

매개 변수

port
Nullable<Int32>

엔드포인트가 연결된 포트입니다.

적용 대상