Uses of Class
com.azure.resourcemanager.netapp.models.ActiveDirectory
Packages that use ActiveDirectory
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of ActiveDirectory in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return types with arguments of type ActiveDirectoryModifier and TypeMethodDescriptionAccountProperties.activeDirectories()Get the activeDirectories property: Active Directories.NetAppAccountInner.activeDirectories()Get the activeDirectories property: Active Directories.Method parameters in com.azure.resourcemanager.netapp.fluent.models with type arguments of type ActiveDirectoryModifier and TypeMethodDescriptionAccountProperties.withActiveDirectories(List<ActiveDirectory> activeDirectories) Set the activeDirectories property: Active Directories.NetAppAccountInner.withActiveDirectories(List<ActiveDirectory> activeDirectories) Set the activeDirectories property: Active Directories. -
Uses of ActiveDirectory in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ActiveDirectoryModifier and TypeMethodDescriptionstatic ActiveDirectoryActiveDirectory.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActiveDirectory from the JsonReader.ActiveDirectory.withActiveDirectoryId(String activeDirectoryId) Set the activeDirectoryId property: Id of the Active Directory.ActiveDirectory.withAdministrators(List<String> administrators) Set the administrators property: Users to be added to the Built-in Administrators active directory group.ActiveDirectory.withAdName(String adName) Set the adName property: Name of the active directory machine.ActiveDirectory.withAesEncryption(Boolean aesEncryption) Set the aesEncryption property: If enabled, AES encryption will be enabled for SMB communication.ActiveDirectory.withAllowLocalNfsUsersWithLdap(Boolean allowLocalNfsUsersWithLdap) Set the allowLocalNfsUsersWithLdap property: If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes.ActiveDirectory.withBackupOperators(List<String> backupOperators) Set the backupOperators property: Users to be added to the Built-in Backup Operator active directory group.Set the dns property: Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain.ActiveDirectory.withDomain(String domain) Set the domain property: Name of the Active Directory domain.ActiveDirectory.withEncryptDCConnections(Boolean encryptDCConnections) Set the encryptDCConnections property: If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.Set the kdcIp property: kdc server IP address for the active directory machine.ActiveDirectory.withLdapOverTls(Boolean ldapOverTls) Set the ldapOverTls property: Specifies whether or not the LDAP traffic needs to be secured via TLS.ActiveDirectory.withLdapSearchScope(LdapSearchScopeOpt ldapSearchScope) Set the ldapSearchScope property: LDAP Search scope options.ActiveDirectory.withLdapSigning(Boolean ldapSigning) Set the ldapSigning property: Specifies whether or not the LDAP traffic needs to be signed.ActiveDirectory.withOrganizationalUnit(String organizationalUnit) Set the organizationalUnit property: The Organizational Unit (OU) within the Windows Active Directory.ActiveDirectory.withPassword(String password) Set the password property: Plain text password of Active Directory domain administrator, value is masked in the response.ActiveDirectory.withPreferredServersForLdapClient(String preferredServersForLdapClient) Set the preferredServersForLdapClient property: Comma separated list of IPv4 addresses of preferred servers for LDAP client.ActiveDirectory.withSecurityOperators(List<String> securityOperators) Set the securityOperators property: Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL).ActiveDirectory.withServerRootCACertificate(String serverRootCACertificate) Set the serverRootCACertificate property: 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.Set the site property: The Active Directory site the service will limit Domain Controller discovery to.ActiveDirectory.withSmbServerName(String smbServerName) Set the smbServerName property: NetBIOS name of the SMB server.ActiveDirectory.withUsername(String username) Set the username property: A domain user account with permission to create machine accounts.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type ActiveDirectoryModifier and TypeMethodDescriptionNetAppAccount.activeDirectories()Gets the activeDirectories property: Active Directories.NetAppAccountPatch.activeDirectories()Get the activeDirectories property: Active Directories.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type ActiveDirectoryModifier and TypeMethodDescriptionNetAppAccount.DefinitionStages.WithActiveDirectories.withActiveDirectories(List<ActiveDirectory> activeDirectories) Specifies the activeDirectories property: Active Directories.NetAppAccount.UpdateStages.WithActiveDirectories.withActiveDirectories(List<ActiveDirectory> activeDirectories) Specifies the activeDirectories property: Active Directories.NetAppAccountPatch.withActiveDirectories(List<ActiveDirectory> activeDirectories) Set the activeDirectories property: Active Directories.