CacheActiveDirectorySettingsCredentials 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.
Active Directory admin credentials used to join the HPC Cache to a domain.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheActiveDirectorySettingsCredentialsTypeConverter))]
public class CacheActiveDirectorySettingsCredentials : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheActiveDirectorySettingsCredentials
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheActiveDirectorySettingsCredentialsTypeConverter))>]
type CacheActiveDirectorySettingsCredentials = class
interface ICacheActiveDirectorySettingsCredentials
interface IJsonSerializable
Public Class CacheActiveDirectorySettingsCredentials
Implements ICacheActiveDirectorySettingsCredentials
- Inheritance
-
CacheActiveDirectorySettingsCredentials
- Attributes
- Implements
Constructors
CacheActiveDirectorySettingsCredentials() |
Creates an new CacheActiveDirectorySettingsCredentials instance. |
Properties
Password |
Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. |
Username |
Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CacheActiveDirectorySettingsCredentials. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CacheActiveDirectorySettingsCredentials. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheActiveDirectorySettingsCredentials. |
FromJsonString(String) |
Creates a new instance of CacheActiveDirectorySettingsCredentials, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CacheActiveDirectorySettingsCredentials into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |