次の方法で共有


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>

デバイス上のネットワーク アダプターの一覧。

適用対象