次の方法で共有


NetworkSettings コンストラクター

定義

オーバーロード

NetworkSettings()

NetworkSettings クラスの新しいインスタンスを初期化します。

NetworkSettings(DNSSettings, NetworkAdapterList, WebproxySettings, String, String, String, Nullable<Kind>)

NetworkSettings クラスの新しいインスタンスを初期化します。

NetworkSettings()

NetworkSettings クラスの新しいインスタンスを初期化します。

public NetworkSettings ();
Public Sub New ()

適用対象

NetworkSettings(DNSSettings, NetworkAdapterList, WebproxySettings, String, String, String, Nullable<Kind>)

NetworkSettings クラスの新しいインスタンスを初期化します。

public NetworkSettings (Microsoft.Azure.Management.StorSimple8000Series.Models.DNSSettings dnsSettings, Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapterList networkAdapters, Microsoft.Azure.Management.StorSimple8000Series.Models.WebproxySettings webproxySettings, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.DNSSettings * Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapterList * Microsoft.Azure.Management.StorSimple8000Series.Models.WebproxySettings * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> -> Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkSettings
Public Sub New (dnsSettings As DNSSettings, networkAdapters As NetworkAdapterList, webproxySettings As WebproxySettings, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing)

パラメーター

dnsSettings
DNSSettings

デバイスの DNS (ドメイン ネーム システム) 設定。

networkAdapters
NetworkAdapterList

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

webproxySettings
WebproxySettings

デバイスの webproxy 設定。

id
String

オブジェクトを一意に識別するパス ID。

name
String

オブジェクトの名前。

type
String

オブジェクトの階層型。

kind
Nullable<Kind>

オブジェクトの種類。 現在、サポートされているのは Series8000 のみです。 使用可能な値は次のとおりです: 'Series8000'

適用対象