Share via


ActiveDirectory Constructors

Definition

Overloads

ActiveDirectory()

Initializes a new instance of the ActiveDirectory class.

ActiveDirectory(String, String, String, String, String, String, String, String, String, String, IList<String>, IList<String>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, LdapSearchScopeOpt, String)

Initializes a new instance of the ActiveDirectory class.

ActiveDirectory()

Initializes a new instance of the ActiveDirectory class.

public ActiveDirectory ();
Public Sub New ()

Applies to

ActiveDirectory(String, String, String, String, String, String, String, String, String, String, IList<String>, IList<String>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, LdapSearchScopeOpt, String)

Initializes a new instance of the ActiveDirectory class.

public ActiveDirectory (string activeDirectoryId = default, string username = default, string password = default, string domain = default, string dns = default, string status = default, string statusDetails = default, string smbServerName = default, string organizationalUnit = default, string site = default, System.Collections.Generic.IList<string> backupOperators = default, System.Collections.Generic.IList<string> administrators = default, string kdcIP = default, string adName = default, string serverRootCaCertificate = default, bool? aesEncryption = default, bool? ldapSigning = default, System.Collections.Generic.IList<string> securityOperators = default, bool? ldapOverTls = default, bool? allowLocalNfsUsersWithLdap = default, bool? encryptDcConnections = default, Microsoft.Azure.Management.NetApp.Models.LdapSearchScopeOpt ldapSearchScope = default, string preferredServersForLdapClient = default);
new Microsoft.Azure.Management.NetApp.Models.ActiveDirectory : string * string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.NetApp.Models.LdapSearchScopeOpt * string -> Microsoft.Azure.Management.NetApp.Models.ActiveDirectory
Public Sub New (Optional activeDirectoryId As String = Nothing, Optional username As String = Nothing, Optional password As String = Nothing, Optional domain As String = Nothing, Optional dns As String = Nothing, Optional status As String = Nothing, Optional statusDetails As String = Nothing, Optional smbServerName As String = Nothing, Optional organizationalUnit As String = Nothing, Optional site As String = Nothing, Optional backupOperators As IList(Of String) = Nothing, Optional administrators As IList(Of String) = Nothing, Optional kdcIP As String = Nothing, Optional adName As String = Nothing, Optional serverRootCaCertificate As String = Nothing, Optional aesEncryption As Nullable(Of Boolean) = Nothing, Optional ldapSigning As Nullable(Of Boolean) = Nothing, Optional securityOperators As IList(Of String) = Nothing, Optional ldapOverTls As Nullable(Of Boolean) = Nothing, Optional allowLocalNfsUsersWithLdap As Nullable(Of Boolean) = Nothing, Optional encryptDcConnections As Nullable(Of Boolean) = Nothing, Optional ldapSearchScope As LdapSearchScopeOpt = Nothing, Optional preferredServersForLdapClient As String = Nothing)

Parameters

activeDirectoryId
String

Id of the Active Directory

username
String

A domain user account with permission to create machine accounts

password
String

Plain text password of Active Directory domain administrator, value is masked in the response

domain
String

Name of the Active Directory domain

dns
String

Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain

status
String

Status of the Active Directory Possible values include: 'Created', 'InUse', 'Deleted', 'Error', 'Updating'

statusDetails
String

Any details in regards to the Status of the Active Directory

smbServerName
String

NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes

organizationalUnit
String

The Organizational Unit (OU) within the Windows Active Directory

site
String

The Active Directory site the service will limit Domain Controller discovery to

backupOperators
IList<String>

Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier

administrators
IList<String>

Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier

kdcIP
String

kdc server IP addresses for the active directory machine. This optional parameter is used only while creating kerberos volume.

adName
String

Name of the active directory machine. This optional parameter is used only while creating kerberos volume

serverRootCaCertificate
String

When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active Directory Certificate Service's self-signed root CA certificate, this optional parameter is used only for dual protocol with LDAP user-mapping volumes.

aesEncryption
Nullable<Boolean>

If enabled, AES encryption will be enabled for SMB communication.

ldapSigning
Nullable<Boolean>

Specifies whether or not the LDAP traffic needs to be signed.

securityOperators
IList<String>

Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier

ldapOverTls
Nullable<Boolean>

Specifies whether or not the LDAP traffic needs to be secured via TLS.

allowLocalNfsUsersWithLdap
Nullable<Boolean>

If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes.

encryptDcConnections
Nullable<Boolean>

If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.

ldapSearchScope
LdapSearchScopeOpt

LDAP Search scope options

preferredServersForLdapClient
String

Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed.

Applies to