다음을 통해 공유


InboundEnvironmentEndpoint 생성자

정의

오버로드

InboundEnvironmentEndpoint()

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

InboundEnvironmentEndpoint(String, IList<String>, IList<String>)

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

InboundEnvironmentEndpoint()

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

public InboundEnvironmentEndpoint ();
Public Sub New ()

적용 대상

InboundEnvironmentEndpoint(String, IList<String>, IList<String>)

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

public InboundEnvironmentEndpoint (string description = default, System.Collections.Generic.IList<string> endpoints = default, System.Collections.Generic.IList<string> ports = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint
Public Sub New (Optional description As String = Nothing, Optional endpoints As IList(Of String) = Nothing, Optional ports As IList(Of String) = Nothing)

매개 변수

description
String

네트워크 트래픽의 목적을 설명하는 짧은 텍스트입니다.

endpoints
IList<String>

네트워크 트래픽이 cidr 표기법에서 시작되는 IP 주소입니다.

ports
IList<String>

네트워크 트래픽이 App Service Environment 도착하는 포트입니다.

적용 대상