CacheDirectorySettings 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.
Cache Directory Services settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheDirectorySettingsTypeConverter))]
public class CacheDirectorySettings : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheDirectorySettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheDirectorySettingsTypeConverter))>]
type CacheDirectorySettings = class
interface ICacheDirectorySettings
interface IJsonSerializable
Public Class CacheDirectorySettings
Implements ICacheDirectorySettings
- Inheritance
-
CacheDirectorySettings
- Attributes
- Implements
Constructors
CacheDirectorySettings() |
Creates an new CacheDirectorySettings instance. |
Properties
ActiveDirectoryCacheNetBiosName |
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]. |
ActiveDirectoryDomainJoined |
True if the HPC Cache is joined to the Active Directory domain. |
ActiveDirectoryDomainName |
The fully qualified domain name of the Active Directory domain controller. |
ActiveDirectoryDomainNetBiosName |
The Active Directory domain's NetBIOS name. |
ActiveDirectoryPrimaryDnsIPAddress |
Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name. |
ActiveDirectorySecondaryDnsIPAddress |
Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name. |
CredentialsBindDn |
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. |
CredentialsBindPassword |
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. |
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. |
UsernameDownloadAutoDownloadCertificate |
Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true. |
UsernameDownloadCaCertificateUri |
The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true. |
UsernameDownloadEncryptLdapConnection |
Whether or not the LDAP connection should be encrypted. |
UsernameDownloadExtendedGroup |
Whether or not Extended Groups is enabled. |
UsernameDownloadGroupFileUri |
The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'. |
UsernameDownloadLdapBaseDn |
The base distinguished name for the LDAP domain. |
UsernameDownloadLdapServer |
The fully qualified domain name or IP address of the LDAP server to use. |
UsernameDownloadRequireValidCertificate |
Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided. |
UsernameDownloadUserFileUri |
The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'. |
UsernameDownloadUsernameDownloaded |
Indicates whether or not the HPC Cache has performed the username download successfully. |
UsernameDownloadUsernameSource |
This setting determines how the cache gets username and group names for clients. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CacheDirectorySettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CacheDirectorySettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheDirectorySettings. |
FromJsonString(String) |
Creates a new instance of CacheDirectorySettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CacheDirectorySettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |