StorageCacheUsernameDownloadCredential Class
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.
When present, these are the credentials for the secure LDAP connection.
public class StorageCacheUsernameDownloadCredential : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.StorageCacheUsernameDownloadCredential>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.StorageCacheUsernameDownloadCredential>
type StorageCacheUsernameDownloadCredential = class
interface IJsonModel<StorageCacheUsernameDownloadCredential>
interface IPersistableModel<StorageCacheUsernameDownloadCredential>
Public Class StorageCacheUsernameDownloadCredential
Implements IJsonModel(Of StorageCacheUsernameDownloadCredential), IPersistableModel(Of StorageCacheUsernameDownloadCredential)
- Inheritance
-
StorageCacheUsernameDownloadCredential
- Implements
Constructors
StorageCacheUsernameDownloadCredential() |
Initializes a new instance of StorageCacheUsernameDownloadCredential. |
Properties
BindDistinguishedName |
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. |
BindPassword |
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. |
Explicit Interface Implementations
IJsonModel<StorageCacheUsernameDownloadCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageCacheUsernameDownloadCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageCacheUsernameDownloadCredential>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageCacheUsernameDownloadCredential>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageCacheUsernameDownloadCredential>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET