ChapSettings Constructors

Definition

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