ArmStorageCacheModelFactory.StorageCacheUsernameDownloadCredential 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.StorageCacheUsernameDownloadCredential StorageCacheUsernameDownloadCredential(string bindDistinguishedName = default, string bindPassword = default);
static member StorageCacheUsernameDownloadCredential : string * string -> Azure.ResourceManager.StorageCache.Models.StorageCacheUsernameDownloadCredential
Public Shared Function StorageCacheUsernameDownloadCredential (Optional bindDistinguishedName As String = Nothing, Optional bindPassword As String = Nothing) As StorageCacheUsernameDownloadCredential
Parameters
- bindDistinguishedName
- String
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
- bindPassword
- String
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
Returns
A new StorageCacheUsernameDownloadCredential instance for mocking.