Partager via


NetworkSettings Constructeurs

Définition

Surcharges

NetworkSettings()

Initialise une nouvelle instance de la classe NetworkSettings.

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

Initialise une nouvelle instance de la classe NetworkSettings.

NetworkSettings()

Initialise une nouvelle instance de la classe NetworkSettings.

public NetworkSettings ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe NetworkSettings.

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)

Paramètres

id
String

ID de chemin d’accès qui identifie de manière unique l’objet.

name
String

Nom de l'objet.

type
String

Type hiérarchique de l’objet.

systemData
SystemData

NetworkSettings sur un appareil ASE

networkAdapters
IList<NetworkAdapter>

Liste des cartes réseau sur l’appareil.

S’applique à