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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET