ICacheActiveDirectorySettings Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheActiveDirectorySettingsTypeConverter))]
public interface ICacheActiveDirectorySettings : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheActiveDirectorySettingsTypeConverter))>]
type ICacheActiveDirectorySettings = interface
interface IJsonSerializable
Public Interface ICacheActiveDirectorySettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |