Share via


ArmNetAppModelFactory.NetAppAccountActiveDirectory Method

Definition

Initializes a new instance of NetAppAccountActiveDirectory.

public static Azure.ResourceManager.NetApp.Models.NetAppAccountActiveDirectory NetAppAccountActiveDirectory (string activeDirectoryId = default, string username = default, string password = default, string domain = default, string dns = default, Azure.ResourceManager.NetApp.Models.NetAppAccountActiveDirectoryStatus? status = default, string statusDetails = default, string smbServerName = default, string organizationalUnit = default, string site = default, System.Collections.Generic.IEnumerable<string> backupOperators = default, System.Collections.Generic.IEnumerable<string> administrators = default, System.Net.IPAddress kdcIP = default, string adName = default, string serverRootCACertificate = default, bool? isAesEncryptionEnabled = default, bool? isLdapSigningEnabled = default, System.Collections.Generic.IEnumerable<string> securityOperators = default, bool? isLdapOverTlsEnabled = default, bool? allowLocalNfsUsersWithLdap = default, bool? encryptDCConnections = default, Azure.ResourceManager.NetApp.Models.NetAppLdapSearchScopeConfiguration ldapSearchScope = default, string preferredServersForLdapClient = default);
static member NetAppAccountActiveDirectory : string * string * string * string * string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppAccountActiveDirectoryStatus> * string * string * string * string * seq<string> * seq<string> * System.Net.IPAddress * string * string * Nullable<bool> * Nullable<bool> * seq<string> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Azure.ResourceManager.NetApp.Models.NetAppLdapSearchScopeConfiguration * string -> Azure.ResourceManager.NetApp.Models.NetAppAccountActiveDirectory
Public Shared Function NetAppAccountActiveDirectory (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 Nullable(Of NetAppAccountActiveDirectoryStatus) = Nothing, Optional statusDetails As String = Nothing, Optional smbServerName As String = Nothing, Optional organizationalUnit As String = Nothing, Optional site As String = Nothing, Optional backupOperators As IEnumerable(Of String) = Nothing, Optional administrators As IEnumerable(Of String) = Nothing, Optional kdcIP As IPAddress = Nothing, Optional adName As String = Nothing, Optional serverRootCACertificate As String = Nothing, Optional isAesEncryptionEnabled As Nullable(Of Boolean) = Nothing, Optional isLdapSigningEnabled As Nullable(Of Boolean) = Nothing, Optional securityOperators As IEnumerable(Of String) = Nothing, Optional isLdapOverTlsEnabled As Nullable(Of Boolean) = Nothing, Optional allowLocalNfsUsersWithLdap As Nullable(Of Boolean) = Nothing, Optional encryptDCConnections As Nullable(Of Boolean) = Nothing, Optional ldapSearchScope As NetAppLdapSearchScopeConfiguration = Nothing, Optional preferredServersForLdapClient As String = Nothing) As NetAppAccountActiveDirectory

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
Nullable<NetAppAccountActiveDirectoryStatus>

Status of the Active Directory.

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
IEnumerable<String>

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

administrators
IEnumerable<String>

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

kdcIP
IPAddress

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.

isAesEncryptionEnabled
Nullable<Boolean>

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

isLdapSigningEnabled
Nullable<Boolean>

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

securityOperators
IEnumerable<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.

isLdapOverTlsEnabled
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
NetAppLdapSearchScopeConfiguration

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.

Returns

A new NetAppAccountActiveDirectory instance for mocking.

Applies to