共用方式為


NetworkSettings Constructors

Definition

Overloads

NetworkSettings()

Initializes a new instance of the NetworkSettings class.

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

Initializes a new instance of the NetworkSettings class.

NetworkSettings()

Initializes a new instance of the NetworkSettings class.

public NetworkSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NetworkSettings class.

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

Parameters

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

systemData
SystemData

NetworkSettings on ASE device

networkAdapters
IList<NetworkAdapter>

The network adapter list on the device.

Applies to