次の方法で共有


CacheUsernameDownloadSettingsCredentials コンストラクター

定義

オーバーロード

CacheUsernameDownloadSettingsCredentials()

CacheUsernameDownloadSettingsCredentials クラスの新しいインスタンスを初期化します。

CacheUsernameDownloadSettingsCredentials(String, String)

CacheUsernameDownloadSettingsCredentials クラスの新しいインスタンスを初期化します。

CacheUsernameDownloadSettingsCredentials()

CacheUsernameDownloadSettingsCredentials クラスの新しいインスタンスを初期化します。

public CacheUsernameDownloadSettingsCredentials ();
Public Sub New ()

適用対象

CacheUsernameDownloadSettingsCredentials(String, String)

CacheUsernameDownloadSettingsCredentials クラスの新しいインスタンスを初期化します。

public CacheUsernameDownloadSettingsCredentials (string bindDn = default, string bindPassword = default);
new Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettingsCredentials : string * string -> Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettingsCredentials
Public Sub New (Optional bindDn As String = Nothing, Optional bindPassword As String = Nothing)

パラメーター

bindDn
String

セキュリティで保護された LDAP 接続で使用されるバインド識別名 ID。 この値は暗号化されて格納され、応答では返されません。

bindPassword
String

セキュリティで保護された LDAP 接続で使用されるバインド パスワード。 この値は暗号化されて格納され、応答では返されません。

適用対象