NetworkSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
オブジェクトの階層型。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET