CacheActiveDirectorySettingsCredentials Class
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.
Active Directory admin credentials used to join the HPC Cache to a domain.
public class CacheActiveDirectorySettingsCredentials
type CacheActiveDirectorySettingsCredentials = class
Public Class CacheActiveDirectorySettingsCredentials
- Inheritance
-
CacheActiveDirectorySettingsCredentials
Constructors
CacheActiveDirectorySettingsCredentials() |
Initializes a new instance of the CacheActiveDirectorySettingsCredentials class. |
CacheActiveDirectorySettingsCredentials(String, String) |
Initializes a new instance of the CacheActiveDirectorySettingsCredentials class. |
Properties
Password |
Gets or sets plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. |
Username |
Gets or sets username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET