NetAppAccountActiveDirectory Class
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.
Active Directory.
public class NetAppAccountActiveDirectory : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.NetAppAccountActiveDirectory>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.NetAppAccountActiveDirectory>
type NetAppAccountActiveDirectory = class
interface IJsonModel<NetAppAccountActiveDirectory>
interface IPersistableModel<NetAppAccountActiveDirectory>
Public Class NetAppAccountActiveDirectory
Implements IJsonModel(Of NetAppAccountActiveDirectory), IPersistableModel(Of NetAppAccountActiveDirectory)
- Inheritance
-
NetAppAccountActiveDirectory
- Implements
Constructors
NetAppAccountActiveDirectory() |
Initializes a new instance of NetAppAccountActiveDirectory. |
Properties
ActiveDirectoryId |
Id of the Active Directory. |
Administrators |
Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier. |
AdName |
Name of the active directory machine. This optional parameter is used only while creating kerberos volume. |
AllowLocalNfsUsersWithLdap |
If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes. |
BackupOperators |
Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier. |
Dns |
Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain. |
Domain |
Name of the Active Directory domain. |
EncryptDCConnections |
If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted. |
IsAesEncryptionEnabled |
If enabled, AES encryption will be enabled for SMB communication. |
IsLdapOverTlsEnabled |
Specifies whether or not the LDAP traffic needs to be secured via TLS. |
IsLdapSigningEnabled |
Specifies whether or not the LDAP traffic needs to be signed. |
KdcIP |
kdc server IP address for the active directory machine. This optional parameter is used only while creating kerberos volume. |
LdapSearchScope |
LDAP Search scope options. |
OrganizationalUnit |
The Organizational Unit (OU) within the Windows Active Directory. |
Password |
Plain text password of Active Directory domain administrator, value is masked in the response. |
PreferredServersForLdapClient |
Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed. |
SecurityOperators |
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. |
ServerRootCACertificate |
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. |
Site |
The Active Directory site the service will limit Domain Controller discovery to. |
SmbServerName |
NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes. |
Status |
Status of the Active Directory. |
StatusDetails |
Any details in regards to the Status of the Active Directory. |
Username |
A domain user account with permission to create machine accounts. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetAppAccountActiveDirectory>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetAppAccountActiveDirectory>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetAppAccountActiveDirectory>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetAppAccountActiveDirectory>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetAppAccountActiveDirectory>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET