CacheUsernameDownloadSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CacheUsernameDownloadSettings() |
CacheUsernameDownloadSettings クラスの新しいインスタンスを初期化します。 |
CacheUsernameDownloadSettings(Nullable<Boolean>, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String, CacheUsernameDownloadSettingsCredentials) |
CacheUsernameDownloadSettings クラスの新しいインスタンスを初期化します。 |
CacheUsernameDownloadSettings()
CacheUsernameDownloadSettings クラスの新しいインスタンスを初期化します。
public CacheUsernameDownloadSettings ();
Public Sub New ()
適用対象
CacheUsernameDownloadSettings(Nullable<Boolean>, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String, CacheUsernameDownloadSettingsCredentials)
CacheUsernameDownloadSettings クラスの新しいインスタンスを初期化します。
public CacheUsernameDownloadSettings (bool? extendedGroups = default, string usernameSource = default, string groupFileURI = default, string userFileURI = default, string ldapServer = default, string ldapBaseDN = default, bool? encryptLdapConnection = default, bool? requireValidCertificate = default, bool? autoDownloadCertificate = default, string caCertificateURI = default, string usernameDownloaded = default, Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettingsCredentials credentials = default);
new Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettings : Nullable<bool> * string * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * string * Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettingsCredentials -> Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettings
Public Sub New (Optional extendedGroups As Nullable(Of Boolean) = Nothing, Optional usernameSource As String = Nothing, Optional groupFileURI As String = Nothing, Optional userFileURI As String = Nothing, Optional ldapServer As String = Nothing, Optional ldapBaseDN As String = Nothing, Optional encryptLdapConnection As Nullable(Of Boolean) = Nothing, Optional requireValidCertificate As Nullable(Of Boolean) = Nothing, Optional autoDownloadCertificate As Nullable(Of Boolean) = Nothing, Optional caCertificateURI As String = Nothing, Optional usernameDownloaded As String = Nothing, Optional credentials As CacheUsernameDownloadSettingsCredentials = Nothing)
パラメーター
- usernameSource
- String
この設定により、キャッシュがクライアントのユーザー名とグループ名を取得する方法が決まります。 指定できる値は、'AD'、'LDAP'、'File'、'None' です。
- groupFileURI
- String
グループ情報を含むファイルの URI (/etc/group ファイル形式)。 このフィールドは、'usernameSource' が 'File' に設定されている場合に設定する必要があります。
- userFileURI
- String
ユーザー情報を含むファイルの URI (/etc/passwd ファイル形式)。 このフィールドは、'usernameSource' が 'File' に設定されている場合に設定する必要があります。
- ldapServer
- String
使用する LDAP サーバーの完全修飾ドメイン名または IP アドレス。
- ldapBaseDN
- String
LDAP ドメインのベース識別名。
証明書を証明機関によって検証する必要があるかどうかを判断します。 true の場合、caCertificateURI を指定する必要があります。
証明書を自動的にダウンロードするかどうかを決定します。 これは、'requireValidCertificate' が true の場合にのみ、'caCertificateURI' に適用されます。
- caCertificateURI
- String
LDAP セキュリティで保護された接続を検証するための CA 証明書の URI。 'requireValidCertificate' が true に設定されている場合は、このフィールドを設定する必要があります。
- usernameDownloaded
- String
HPC Cacheがユーザー名のダウンロードを正常に実行したかどうかを示します。 指定できる値は、'Yes'、'No'、'Error' です。
- credentials
- CacheUsernameDownloadSettingsCredentials
存在する場合、これらはセキュリティで保護された LDAP 接続の資格情報です。
適用対象
Azure SDK for .NET