共用方式為


InboundEnvironmentEndpoint 建構函式

定義

多載

InboundEnvironmentEndpoint()

初始化 InboundEnvironmentEndpoint 類別的新實例。

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

初始化 InboundEnvironmentEndpoint 類別的新實例。

InboundEnvironmentEndpoint()

初始化 InboundEnvironmentEndpoint 類別的新實例。

public InboundEnvironmentEndpoint ();
Public Sub New ()

適用於

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

初始化 InboundEnvironmentEndpoint 類別的新實例。

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 環境的埠。

適用於