次の方法で共有


ConnectionSharedKey コンストラクター

定義

オーバーロード

ConnectionSharedKey()

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

ConnectionSharedKey(String, String)

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

ConnectionSharedKey()

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

public ConnectionSharedKey ();
Public Sub New ()

適用対象

ConnectionSharedKey(String, String)

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

public ConnectionSharedKey (string value, string id = default);
new Microsoft.Azure.Management.Network.Models.ConnectionSharedKey : string * string -> Microsoft.Azure.Management.Network.Models.ConnectionSharedKey
Public Sub New (value As String, Optional id As String = Nothing)

パラメーター

value
String

仮想ネットワーク接続の共有キーの値。

id
String

リソースの ID

適用対象