你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AseV3NetworkingConfiguration 构造函数

定义

重载

AseV3NetworkingConfiguration()

初始化 AseV3NetworkingConfiguration 类的新实例。

AseV3NetworkingConfiguration(String, String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

初始化 AseV3NetworkingConfiguration 类的新实例。

AseV3NetworkingConfiguration()

初始化 AseV3NetworkingConfiguration 类的新实例。

public AseV3NetworkingConfiguration ();
Public Sub New ()

适用于

AseV3NetworkingConfiguration(String, String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

初始化 AseV3NetworkingConfiguration 类的新实例。

public AseV3NetworkingConfiguration (string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IList<string> windowsOutboundIpAddresses = default, System.Collections.Generic.IList<string> linuxOutboundIpAddresses = default, System.Collections.Generic.IList<string> externalInboundIpAddresses = default, System.Collections.Generic.IList<string> internalInboundIpAddresses = default, bool? allowNewPrivateEndpointConnections = default);
new Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional windowsOutboundIpAddresses As IList(Of String) = Nothing, Optional linuxOutboundIpAddresses As IList(Of String) = Nothing, Optional externalInboundIpAddresses As IList(Of String) = Nothing, Optional internalInboundIpAddresses As IList(Of String) = Nothing, Optional allowNewPrivateEndpointConnections As Nullable(Of Boolean) = Nothing)

参数

id
String

资源 ID。

name
String

资源名称。

kind
String

资源类型。

type
String

资源类型。

windowsOutboundIpAddresses
IList<String>
linuxOutboundIpAddresses
IList<String>
externalInboundIpAddresses
IList<String>
internalInboundIpAddresses
IList<String>
allowNewPrivateEndpointConnections
Nullable<Boolean>

用于在 ASE 上启用和禁用新专用终结点连接创建的属性

适用于