ChapSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ターゲット シークレット。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET