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() |
Initializes a new instance of the ChapSettings class. |
ChapSettings(String, AsymmetricEncryptedSecret, String, AsymmetricEncryptedSecret) |
Initializes a new instance of the ChapSettings class. |
ChapSettings()
Initializes a new instance of the ChapSettings class.
public ChapSettings ();
Public Sub New ()
Applies to
ChapSettings(String, AsymmetricEncryptedSecret, String, AsymmetricEncryptedSecret)
Initializes a new instance of the ChapSettings class.
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)
Parameters
- initiatorUser
- String
The CHAP initiator user.
- initiatorSecret
- AsymmetricEncryptedSecret
The CHAP initiator secret.
- targetUser
- String
The CHAP target user.
- targetSecret
- AsymmetricEncryptedSecret
The target secret.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET