CacheActiveDirectorySettingsCredentials 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
CacheActiveDirectorySettingsCredentials() |
Initializes a new instance of the CacheActiveDirectorySettingsCredentials class. |
CacheActiveDirectorySettingsCredentials(String, String) |
Initializes a new instance of the CacheActiveDirectorySettingsCredentials class. |
CacheActiveDirectorySettingsCredentials()
Initializes a new instance of the CacheActiveDirectorySettingsCredentials class.
public CacheActiveDirectorySettingsCredentials ();
Public Sub New ()
Applies to
CacheActiveDirectorySettingsCredentials(String, String)
Initializes a new instance of the CacheActiveDirectorySettingsCredentials class.
public CacheActiveDirectorySettingsCredentials (string username, string password);
new Microsoft.Azure.Management.StorageCache.Models.CacheActiveDirectorySettingsCredentials : string * string -> Microsoft.Azure.Management.StorageCache.Models.CacheActiveDirectorySettingsCredentials
Public Sub New (username As String, password As String)
Parameters
- username
- String
Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
- password
- String
Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
Applies to
Azure SDK for .NET