CacheActiveDirectorySettings Constructors
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.
Overloads
CacheActiveDirectorySettings() |
Initializes a new instance of the CacheActiveDirectorySettings class. |
CacheActiveDirectorySettings(String, String, String, String, String, String, CacheActiveDirectorySettingsCredentials) |
Initializes a new instance of the CacheActiveDirectorySettings class. |
CacheActiveDirectorySettings()
Initializes a new instance of the CacheActiveDirectorySettings class.
public CacheActiveDirectorySettings ();
Public Sub New ()
Applies to
CacheActiveDirectorySettings(String, String, String, String, String, String, CacheActiveDirectorySettingsCredentials)
Initializes a new instance of the CacheActiveDirectorySettings class.
public CacheActiveDirectorySettings (string primaryDnsIpAddress, string domainName, string domainNetBiosName, string cacheNetBiosName, string secondaryDnsIpAddress = default, string domainJoined = default, Microsoft.Azure.Management.StorageCache.Models.CacheActiveDirectorySettingsCredentials credentials = default);
new Microsoft.Azure.Management.StorageCache.Models.CacheActiveDirectorySettings : string * string * string * string * string * string * Microsoft.Azure.Management.StorageCache.Models.CacheActiveDirectorySettingsCredentials -> Microsoft.Azure.Management.StorageCache.Models.CacheActiveDirectorySettings
Public Sub New (primaryDnsIpAddress As String, domainName As String, domainNetBiosName As String, cacheNetBiosName As String, Optional secondaryDnsIpAddress As String = Nothing, Optional domainJoined As String = Nothing, Optional credentials As CacheActiveDirectorySettingsCredentials = Nothing)
Parameters
- primaryDnsIpAddress
- String
Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
- domainName
- String
The fully qualified domain name of the Active Directory domain controller.
- domainNetBiosName
- String
The Active Directory domain's NetBIOS name.
- cacheNetBiosName
- String
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].
- secondaryDnsIpAddress
- String
Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
- domainJoined
- String
True if the HPC Cache is joined to the Active Directory domain. Possible values include: 'Yes', 'No', 'Error'
- credentials
- CacheActiveDirectorySettingsCredentials
Active Directory admin credentials used to join the HPC Cache to a domain.
Applies to
Azure SDK for .NET