CacheActiveDirectorySettings 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 settings used to join a cache to a domain.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheActiveDirectorySettingsTypeConverter))]
public class CacheActiveDirectorySettings : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheActiveDirectorySettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheActiveDirectorySettingsTypeConverter))>]
type CacheActiveDirectorySettings = class
interface ICacheActiveDirectorySettings
interface IJsonSerializable
Public Class CacheActiveDirectorySettings
Implements ICacheActiveDirectorySettings
- Inheritance
-
CacheActiveDirectorySettings
- Attributes
- Implements
Constructors
CacheActiveDirectorySettings() |
Creates an new CacheActiveDirectorySettings instance. |
Properties
CacheNetBiosName |
The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z]. |
CredentialsPassword |
Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. |
CredentialsUsername |
Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. |
DomainJoined |
True if the HPC Cache is joined to the Active Directory domain. |
DomainName |
The fully qualified domain name of the Active Directory domain controller. |
DomainNetBiosName |
The Active Directory domain's NetBIOS name. |
PrimaryDnsIPAddress |
Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name. |
SecondaryDnsIPAddress |
Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CacheActiveDirectorySettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CacheActiveDirectorySettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheActiveDirectorySettings. |
FromJsonString(String) |
Creates a new instance of CacheActiveDirectorySettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CacheActiveDirectorySettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |