次の方法で共有


ConnectionSharedKeyInner コンストラクター

定義

オーバーロード

ConnectionSharedKeyInner()

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

ConnectionSharedKeyInner(String, String)

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

ConnectionSharedKeyInner()

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

public ConnectionSharedKeyInner ();
Public Sub New ()

適用対象

ConnectionSharedKeyInner(String, String)

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

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

パラメーター

value
String

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

id
String

適用対象