次の方法で共有


ChapSettings コンストラクター

定義

オーバーロード

ChapSettings()

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

ChapSettings(String, AsymmetricEncryptedSecret, String, AsymmetricEncryptedSecret)

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

ChapSettings()

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

public ChapSettings ();
Public Sub New ()

適用対象

ChapSettings(String, AsymmetricEncryptedSecret, String, AsymmetricEncryptedSecret)

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

public ChapSettings (string initiatorUser = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret initiatorSecret = default, string targetUser = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret targetSecret = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.ChapSettings : string * Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret * string * Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret -> Microsoft.Azure.Management.StorSimple8000Series.Models.ChapSettings
Public Sub New (Optional initiatorUser As String = Nothing, Optional initiatorSecret As AsymmetricEncryptedSecret = Nothing, Optional targetUser As String = Nothing, Optional targetSecret As AsymmetricEncryptedSecret = Nothing)

パラメーター

initiatorUser
String

CHAP イニシエーター ユーザー。

initiatorSecret
AsymmetricEncryptedSecret

CHAP イニシエーター シークレット。

targetUser
String

CHAP ターゲット ユーザー。

targetSecret
AsymmetricEncryptedSecret

ターゲット シークレット。

適用対象