VnetInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VnetInfo() |
VnetInfo クラスの新しいインスタンスを初期化します。 |
VnetInfo(String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>) |
VnetInfo クラスの新しいインスタンスを初期化します。 |
VnetInfo()
VnetInfo クラスの新しいインスタンスを初期化します。
public VnetInfo ();
Public Sub New ()
適用対象
VnetInfo(String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>)
VnetInfo クラスの新しいインスタンスを初期化します。
public VnetInfo (string vnetResourceId = default, string certThumbprint = default, string certBlob = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute> routes = default, bool? resyncRequired = default, string dnsServers = default, bool? isSwift = default);
new Microsoft.Azure.Management.WebSites.Models.VnetInfo : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.VnetInfo
Public Sub New (Optional vnetResourceId As String = Nothing, Optional certThumbprint As String = Nothing, Optional certBlob As String = Nothing, Optional routes As IList(Of VnetRoute) = Nothing, Optional resyncRequired As Nullable(Of Boolean) = Nothing, Optional dnsServers As String = Nothing, Optional isSwift As Nullable(Of Boolean) = Nothing)
パラメーター
- vnetResourceId
- String
Virtual Networkのリソース ID。
- certThumbprint
- String
クライアント証明書の拇印。
- certBlob
- String
ポイント対サイト VPN 接続の認証に使用される秘密キーの公開キーを含む証明書ファイル (.cer) BLOB。
- dnsServers
- String
このVirtual Networkで使用される DNS サーバー。 これは、IP アドレスのコンマ区切りの一覧である必要があります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET