NetworkSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.