ChapSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ChapSettings() | |
ChapSettings(String, AsymmetricEncryptedSecret, String, AsymmetricEncryptedSecret) |
ChapSettings()
public ChapSettings ();
Public Sub New ()
Applies to
ChapSettings(String, AsymmetricEncryptedSecret, String, AsymmetricEncryptedSecret)
public ChapSettings (string initiatorUser = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret initiatorSecret = default, string targetUser = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret targetSecret = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.ChapSettings : string * Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret * string * Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret -> Microsoft.Azure.Management.StorSimple.Fluent.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)
Parameters
- initiatorUser
- String
- initiatorSecret
- AsymmetricEncryptedSecret
- targetUser
- String
- targetSecret
- AsymmetricEncryptedSecret
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET