次の方法で共有


VnetInfoResource コンストラクター

定義

オーバーロード

VnetInfoResource()

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

VnetInfoResource(String, String, String, String, String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>)

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

VnetInfoResource()

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

public VnetInfoResource ();
Public Sub New ()

適用対象

VnetInfoResource(String, String, String, String, String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>)

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

public VnetInfoResource (string id = default, string name = default, string kind = default, string type = default, 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.VnetInfoResource : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.VnetInfoResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, 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)

パラメーター

id
String

リソース ID。

name
String

リソース名。

kind
String

リソースの種類。

type
String

リソースの種類。

vnetResourceId
String

Virtual Networkのリソース ID。

certThumbprint
String

クライアント証明書の拇印。

certBlob
String

ポイント対サイト VPN 接続の認証に使用される秘密キーの公開キーを含む証明書ファイル (.cer) BLOB。

routes
IList<VnetRoute>

このVirtual Network接続で使用されるルート。

resyncRequired
Nullable<Boolean>

<再>同期が必要な場合はコード true</code>、それ以外の場合<は false/code をコーディング>>します<。

dnsServers
String

このVirtual Networkで使用される DNS サーバー。 これは、IP アドレスのコンマ区切りの一覧である必要があります。

isSwift
Nullable<Boolean>

これが VNET インジェクションであるかどうかを示すために使用されるフラグ

適用対象