ArmStorageCacheModelFactory.StorageCacheActiveDirectorySettingsCredentials Method
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.
public static Azure.ResourceManager.StorageCache.Models.StorageCacheActiveDirectorySettingsCredentials StorageCacheActiveDirectorySettingsCredentials(string username = default, string password = default);
static member StorageCacheActiveDirectorySettingsCredentials : string * string -> Azure.ResourceManager.StorageCache.Models.StorageCacheActiveDirectorySettingsCredentials
Public Shared Function StorageCacheActiveDirectorySettingsCredentials (Optional username As String = Nothing, Optional password As String = Nothing) As StorageCacheActiveDirectorySettingsCredentials
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.
Returns
A new StorageCacheActiveDirectorySettingsCredentials instance for mocking.