Share via


StorageCacheActiveDirectorySettings(IPAddress, String, String, String) Constructor

Definition

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