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

NetworkSettings 构造函数

定义

重载

NetworkSettings()

初始化 NetworkSettings 类的新实例。

NetworkSettings(String, String, String, IList<NetworkAdapter>)

初始化 NetworkSettings 类的新实例。

NetworkSettings()

初始化 NetworkSettings 类的新实例。

public NetworkSettings ();
Public Sub New ()

适用于

NetworkSettings(String, String, String, IList<NetworkAdapter>)

初始化 NetworkSettings 类的新实例。

public NetworkSettings (string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.NetworkAdapter> networkAdapters = default);
new Microsoft.Azure.Management.EdgeGateway.Models.NetworkSettings : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.NetworkAdapter> -> Microsoft.Azure.Management.EdgeGateway.Models.NetworkSettings
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional networkAdapters As IList(Of NetworkAdapter) = Nothing)

参数

id
String

唯一标识对象的路径 ID。

name
String

对象名称。

type
String

对象的分层类型。

networkAdapters
IList<NetworkAdapter>

设备上的网络适配器列表。

适用于