StorageCacheActiveDirectorySettings(IPAddress, String, String, String) Constructor
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.
Initializes a new instance of StorageCacheActiveDirectorySettings.
public StorageCacheActiveDirectorySettings (System.Net.IPAddress primaryDnsIPAddress, string domainName, string domainNetBiosName, string cacheNetBiosName);
new Azure.ResourceManager.StorageCache.Models.StorageCacheActiveDirectorySettings : System.Net.IPAddress * string * string * string -> Azure.ResourceManager.StorageCache.Models.StorageCacheActiveDirectorySettings
Public Sub New (primaryDnsIPAddress As IPAddress, domainName As String, domainNetBiosName As String, cacheNetBiosName As String)
Parameters
- primaryDnsIPAddress
- IPAddress
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].
Exceptions
primaryDnsIPAddress
, domainName
, domainNetBiosName
or cacheNetBiosName
is null.
Applies to
Azure SDK for .NET