ArmStorageCacheModelFactory.StorageCacheUsernameDownloadCredential Method

Definition

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.

Applies to