CacheActiveDirectorySettingsCredentials Constructors

Definition

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