CacheDirectorySettings 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
CacheDirectorySettings() |
Initializes a new instance of the CacheDirectorySettings class. |
CacheDirectorySettings(CacheActiveDirectorySettings, CacheUsernameDownloadSettings) |
Initializes a new instance of the CacheDirectorySettings class. |
CacheDirectorySettings()
Initializes a new instance of the CacheDirectorySettings class.
public CacheDirectorySettings ();
Public Sub New ()
Applies to
CacheDirectorySettings(CacheActiveDirectorySettings, CacheUsernameDownloadSettings)
Initializes a new instance of the CacheDirectorySettings class.
public CacheDirectorySettings (Microsoft.Azure.Management.StorageCache.Models.CacheActiveDirectorySettings activeDirectory = default, Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettings usernameDownload = default);
new Microsoft.Azure.Management.StorageCache.Models.CacheDirectorySettings : Microsoft.Azure.Management.StorageCache.Models.CacheActiveDirectorySettings * Microsoft.Azure.Management.StorageCache.Models.CacheUsernameDownloadSettings -> Microsoft.Azure.Management.StorageCache.Models.CacheDirectorySettings
Public Sub New (Optional activeDirectory As CacheActiveDirectorySettings = Nothing, Optional usernameDownload As CacheUsernameDownloadSettings = Nothing)
Parameters
- activeDirectory
- CacheActiveDirectorySettings
Specifies settings for joining the HPC Cache to an Active Directory domain.
- usernameDownload
- CacheUsernameDownloadSettings
Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups.
Applies to
Azure SDK for .NET