602 строки
46 KiB
YAML
602 строки
46 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory"
|
|
name: "ActiveDirectory"
|
|
nameWithType: "ActiveDirectory"
|
|
summary: "Active Directory."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **ActiveDirectory**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.ActiveDirectory()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.ActiveDirectory()"
|
|
name: "ActiveDirectory()"
|
|
nameWithType: "ActiveDirectory.ActiveDirectory()"
|
|
summary: "Creates an instance of Active<wbr>Directory class."
|
|
syntax: "public ActiveDirectory()"
|
|
desc: "Creates an instance of ActiveDirectory class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.activeDirectoryId()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.activeDirectoryId()"
|
|
name: "activeDirectoryId()"
|
|
nameWithType: "ActiveDirectory.activeDirectoryId()"
|
|
summary: "Get the active<wbr>Directory<wbr>Id property: Id of the Active Directory."
|
|
syntax: "public String activeDirectoryId()"
|
|
desc: "Get the activeDirectoryId property: Id of the Active Directory."
|
|
returns:
|
|
description: "the activeDirectoryId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.adName()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.adName()"
|
|
name: "adName()"
|
|
nameWithType: "ActiveDirectory.adName()"
|
|
summary: "Get the ad<wbr>Name property: Name of the active directory machine."
|
|
syntax: "public String adName()"
|
|
desc: "Get the adName property: Name of the active directory machine. This optional parameter is used only while creating kerberos volume."
|
|
returns:
|
|
description: "the adName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.administrators()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.administrators()"
|
|
name: "administrators()"
|
|
nameWithType: "ActiveDirectory.administrators()"
|
|
summary: "Get the administrators property: Users to be added to the Built-in Administrators active directory group."
|
|
syntax: "public List<String> administrators()"
|
|
desc: "Get the administrators property: Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier."
|
|
returns:
|
|
description: "the administrators value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.aesEncryption()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.aesEncryption()"
|
|
name: "aesEncryption()"
|
|
nameWithType: "ActiveDirectory.aesEncryption()"
|
|
summary: "Get the aes<wbr>Encryption property: If enabled, AES encryption will be enabled for SMB communication."
|
|
syntax: "public Boolean aesEncryption()"
|
|
desc: "Get the aesEncryption property: If enabled, AES encryption will be enabled for SMB communication."
|
|
returns:
|
|
description: "the aesEncryption value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.allowLocalNfsUsersWithLdap()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.allowLocalNfsUsersWithLdap()"
|
|
name: "allowLocalNfsUsersWithLdap()"
|
|
nameWithType: "ActiveDirectory.allowLocalNfsUsersWithLdap()"
|
|
summary: "Get the allow<wbr>Local<wbr>Nfs<wbr>Users<wbr>With<wbr>Ldap property: If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes."
|
|
syntax: "public Boolean allowLocalNfsUsersWithLdap()"
|
|
desc: "Get the allowLocalNfsUsersWithLdap property: If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes."
|
|
returns:
|
|
description: "the allowLocalNfsUsersWithLdap value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.backupOperators()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.backupOperators()"
|
|
name: "backupOperators()"
|
|
nameWithType: "ActiveDirectory.backupOperators()"
|
|
summary: "Get the backup<wbr>Operators property: Users to be added to the Built-in Backup Operator active directory group."
|
|
syntax: "public List<String> backupOperators()"
|
|
desc: "Get the backupOperators property: Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier."
|
|
returns:
|
|
description: "the backupOperators value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.dns()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.dns()"
|
|
name: "dns()"
|
|
nameWithType: "ActiveDirectory.dns()"
|
|
summary: "Get the dns property: Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain."
|
|
syntax: "public String dns()"
|
|
desc: "Get the dns property: Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain."
|
|
returns:
|
|
description: "the dns value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.domain()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.domain()"
|
|
name: "domain()"
|
|
nameWithType: "ActiveDirectory.domain()"
|
|
summary: "Get the domain property: Name of the Active Directory domain."
|
|
syntax: "public String domain()"
|
|
desc: "Get the domain property: Name of the Active Directory domain."
|
|
returns:
|
|
description: "the domain value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.encryptDCConnections()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.encryptDCConnections()"
|
|
name: "encryptDCConnections()"
|
|
nameWithType: "ActiveDirectory.encryptDCConnections()"
|
|
summary: "Get the encrypt<wbr>DCConnections property: If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted."
|
|
syntax: "public Boolean encryptDCConnections()"
|
|
desc: "Get the encryptDCConnections property: If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted."
|
|
returns:
|
|
description: "the encryptDCConnections value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "ActiveDirectory.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Active<wbr>Directory from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static ActiveDirectory fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the ActiveDirectory."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of ActiveDirectory from the JsonReader."
|
|
returns:
|
|
description: "An instance of ActiveDirectory if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.kdcIp()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.kdcIp()"
|
|
name: "kdcIp()"
|
|
nameWithType: "ActiveDirectory.kdcIp()"
|
|
summary: "Get the kdc<wbr>Ip property: kdc server IP address for the active directory machine."
|
|
syntax: "public String kdcIp()"
|
|
desc: "Get the kdcIp property: kdc server IP address for the active directory machine. This optional parameter is used only while creating kerberos volume."
|
|
returns:
|
|
description: "the kdcIp value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.ldapOverTls()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.ldapOverTls()"
|
|
name: "ldapOverTls()"
|
|
nameWithType: "ActiveDirectory.ldapOverTls()"
|
|
summary: "Get the ldap<wbr>Over<wbr>Tls property: Specifies whether or not the LDAP traffic needs to be secured via TLS."
|
|
syntax: "public Boolean ldapOverTls()"
|
|
desc: "Get the ldapOverTls property: Specifies whether or not the LDAP traffic needs to be secured via TLS."
|
|
returns:
|
|
description: "the ldapOverTls value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.ldapSearchScope()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.ldapSearchScope()"
|
|
name: "ldapSearchScope()"
|
|
nameWithType: "ActiveDirectory.ldapSearchScope()"
|
|
summary: "Get the ldap<wbr>Search<wbr>Scope property: LDAP Search scope options."
|
|
syntax: "public LdapSearchScopeOpt ldapSearchScope()"
|
|
desc: "Get the ldapSearchScope property: LDAP Search scope options."
|
|
returns:
|
|
description: "the ldapSearchScope value."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.LdapSearchScopeOpt?alt=com.azure.resourcemanager.netapp.models.LdapSearchScopeOpt&text=LdapSearchScopeOpt\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.ldapSigning()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.ldapSigning()"
|
|
name: "ldapSigning()"
|
|
nameWithType: "ActiveDirectory.ldapSigning()"
|
|
summary: "Get the ldap<wbr>Signing property: Specifies whether or not the LDAP traffic needs to be signed."
|
|
syntax: "public Boolean ldapSigning()"
|
|
desc: "Get the ldapSigning property: Specifies whether or not the LDAP traffic needs to be signed."
|
|
returns:
|
|
description: "the ldapSigning value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.organizationalUnit()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.organizationalUnit()"
|
|
name: "organizationalUnit()"
|
|
nameWithType: "ActiveDirectory.organizationalUnit()"
|
|
summary: "Get the organizational<wbr>Unit property: The Organizational Unit (OU) within the Windows Active Directory."
|
|
syntax: "public String organizationalUnit()"
|
|
desc: "Get the organizationalUnit property: The Organizational Unit (OU) within the Windows Active Directory."
|
|
returns:
|
|
description: "the organizationalUnit value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.password()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.password()"
|
|
name: "password()"
|
|
nameWithType: "ActiveDirectory.password()"
|
|
summary: "Get the password property: Plain text password of Active Directory domain administrator, value is masked in the response."
|
|
syntax: "public String password()"
|
|
desc: "Get the password property: Plain text password of Active Directory domain administrator, value is masked in the response."
|
|
returns:
|
|
description: "the password value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.preferredServersForLdapClient()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.preferredServersForLdapClient()"
|
|
name: "preferredServersForLdapClient()"
|
|
nameWithType: "ActiveDirectory.preferredServersForLdapClient()"
|
|
summary: "Get the preferred<wbr>Servers<wbr>For<wbr>Ldap<wbr>Client property: Comma separated list of IPv4 addresses of preferred servers for LDAP client."
|
|
syntax: "public String preferredServersForLdapClient()"
|
|
desc: "Get the preferredServersForLdapClient property: Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed."
|
|
returns:
|
|
description: "the preferredServersForLdapClient value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.securityOperators()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.securityOperators()"
|
|
name: "securityOperators()"
|
|
nameWithType: "ActiveDirectory.securityOperators()"
|
|
summary: "Get the security<wbr>Operators property: Domain Users in the Active directory to be given Se<wbr>Security<wbr>Privilege privilege (Needed for SMB Continuously available shares for SQL)."
|
|
syntax: "public List<String> securityOperators()"
|
|
desc: "Get the securityOperators property: 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."
|
|
returns:
|
|
description: "the securityOperators value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.serverRootCACertificate()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.serverRootCACertificate()"
|
|
name: "serverRootCACertificate()"
|
|
nameWithType: "ActiveDirectory.serverRootCACertificate()"
|
|
summary: "Get the server<wbr>Root<wbr>CACertificate 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."
|
|
syntax: "public String serverRootCACertificate()"
|
|
desc: "Get 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."
|
|
returns:
|
|
description: "the serverRootCACertificate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.site()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.site()"
|
|
name: "site()"
|
|
nameWithType: "ActiveDirectory.site()"
|
|
summary: "Get the site property: The Active Directory site the service will limit Domain Controller discovery to."
|
|
syntax: "public String site()"
|
|
desc: "Get the site property: The Active Directory site the service will limit Domain Controller discovery to."
|
|
returns:
|
|
description: "the site value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.smbServerName()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.smbServerName()"
|
|
name: "smbServerName()"
|
|
nameWithType: "ActiveDirectory.smbServerName()"
|
|
summary: "Get the smb<wbr>Server<wbr>Name property: NetBIOS name of the SMB server."
|
|
syntax: "public String smbServerName()"
|
|
desc: "Get the smbServerName property: NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes."
|
|
returns:
|
|
description: "the smbServerName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.status()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.status()"
|
|
name: "status()"
|
|
nameWithType: "ActiveDirectory.status()"
|
|
summary: "Get the status property: Status of the Active Directory."
|
|
syntax: "public ActiveDirectoryStatus status()"
|
|
desc: "Get the status property: Status of the Active Directory."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectoryStatus?alt=com.azure.resourcemanager.netapp.models.ActiveDirectoryStatus&text=ActiveDirectoryStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.statusDetails()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.statusDetails()"
|
|
name: "statusDetails()"
|
|
nameWithType: "ActiveDirectory.statusDetails()"
|
|
summary: "Get the status<wbr>Details property: Any details in regards to the Status of the Active Directory."
|
|
syntax: "public String statusDetails()"
|
|
desc: "Get the statusDetails property: Any details in regards to the Status of the Active Directory."
|
|
returns:
|
|
description: "the statusDetails value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "ActiveDirectory.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.username()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.username()"
|
|
name: "username()"
|
|
nameWithType: "ActiveDirectory.username()"
|
|
summary: "Get the username property: A domain user account with permission to create machine accounts."
|
|
syntax: "public String username()"
|
|
desc: "Get the username property: A domain user account with permission to create machine accounts."
|
|
returns:
|
|
description: "the username value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.validate()"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ActiveDirectory.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withActiveDirectoryId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withActiveDirectoryId(String activeDirectoryId)"
|
|
name: "withActiveDirectoryId(String activeDirectoryId)"
|
|
nameWithType: "ActiveDirectory.withActiveDirectoryId(String activeDirectoryId)"
|
|
summary: "Set the active<wbr>Directory<wbr>Id property: Id of the Active Directory."
|
|
parameters:
|
|
- description: "the activeDirectoryId value to set."
|
|
name: "activeDirectoryId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withActiveDirectoryId(String activeDirectoryId)"
|
|
desc: "Set the activeDirectoryId property: Id of the Active Directory."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withAdName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withAdName(String adName)"
|
|
name: "withAdName(String adName)"
|
|
nameWithType: "ActiveDirectory.withAdName(String adName)"
|
|
summary: "Set the ad<wbr>Name property: Name of the active directory machine."
|
|
parameters:
|
|
- description: "the adName value to set."
|
|
name: "adName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withAdName(String adName)"
|
|
desc: "Set the adName property: Name of the active directory machine. This optional parameter is used only while creating kerberos volume."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withAdministrators(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withAdministrators(List<String> administrators)"
|
|
name: "withAdministrators(List<String> administrators)"
|
|
nameWithType: "ActiveDirectory.withAdministrators(List<String> administrators)"
|
|
summary: "Set the administrators property: Users to be added to the Built-in Administrators active directory group."
|
|
parameters:
|
|
- description: "the administrators value to set."
|
|
name: "administrators"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public ActiveDirectory withAdministrators(List<String> administrators)"
|
|
desc: "Set the administrators property: Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withAesEncryption(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withAesEncryption(Boolean aesEncryption)"
|
|
name: "withAesEncryption(Boolean aesEncryption)"
|
|
nameWithType: "ActiveDirectory.withAesEncryption(Boolean aesEncryption)"
|
|
summary: "Set the aes<wbr>Encryption property: If enabled, AES encryption will be enabled for SMB communication."
|
|
parameters:
|
|
- description: "the aesEncryption value to set."
|
|
name: "aesEncryption"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public ActiveDirectory withAesEncryption(Boolean aesEncryption)"
|
|
desc: "Set the aesEncryption property: If enabled, AES encryption will be enabled for SMB communication."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withAllowLocalNfsUsersWithLdap(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withAllowLocalNfsUsersWithLdap(Boolean allowLocalNfsUsersWithLdap)"
|
|
name: "withAllowLocalNfsUsersWithLdap(Boolean allowLocalNfsUsersWithLdap)"
|
|
nameWithType: "ActiveDirectory.withAllowLocalNfsUsersWithLdap(Boolean allowLocalNfsUsersWithLdap)"
|
|
summary: "Set the allow<wbr>Local<wbr>Nfs<wbr>Users<wbr>With<wbr>Ldap property: If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes."
|
|
parameters:
|
|
- description: "the allowLocalNfsUsersWithLdap value to set."
|
|
name: "allowLocalNfsUsersWithLdap"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public ActiveDirectory withAllowLocalNfsUsersWithLdap(Boolean allowLocalNfsUsersWithLdap)"
|
|
desc: "Set the allowLocalNfsUsersWithLdap property: If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withBackupOperators(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withBackupOperators(List<String> backupOperators)"
|
|
name: "withBackupOperators(List<String> backupOperators)"
|
|
nameWithType: "ActiveDirectory.withBackupOperators(List<String> backupOperators)"
|
|
summary: "Set the backup<wbr>Operators property: Users to be added to the Built-in Backup Operator active directory group."
|
|
parameters:
|
|
- description: "the backupOperators value to set."
|
|
name: "backupOperators"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public ActiveDirectory withBackupOperators(List<String> backupOperators)"
|
|
desc: "Set the backupOperators property: Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withDns(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withDns(String dns)"
|
|
name: "withDns(String dns)"
|
|
nameWithType: "ActiveDirectory.withDns(String dns)"
|
|
summary: "Set the dns property: Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain."
|
|
parameters:
|
|
- description: "the dns value to set."
|
|
name: "dns"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withDns(String dns)"
|
|
desc: "Set the dns property: Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withDomain(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withDomain(String domain)"
|
|
name: "withDomain(String domain)"
|
|
nameWithType: "ActiveDirectory.withDomain(String domain)"
|
|
summary: "Set the domain property: Name of the Active Directory domain."
|
|
parameters:
|
|
- description: "the domain value to set."
|
|
name: "domain"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withDomain(String domain)"
|
|
desc: "Set the domain property: Name of the Active Directory domain."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withEncryptDCConnections(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withEncryptDCConnections(Boolean encryptDCConnections)"
|
|
name: "withEncryptDCConnections(Boolean encryptDCConnections)"
|
|
nameWithType: "ActiveDirectory.withEncryptDCConnections(Boolean encryptDCConnections)"
|
|
summary: "Set the encrypt<wbr>DCConnections property: If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted."
|
|
parameters:
|
|
- description: "the encryptDCConnections value to set."
|
|
name: "encryptDCConnections"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public ActiveDirectory withEncryptDCConnections(Boolean encryptDCConnections)"
|
|
desc: "Set the encryptDCConnections property: If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withKdcIp(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withKdcIp(String kdcIp)"
|
|
name: "withKdcIp(String kdcIp)"
|
|
nameWithType: "ActiveDirectory.withKdcIp(String kdcIp)"
|
|
summary: "Set the kdc<wbr>Ip property: kdc server IP address for the active directory machine."
|
|
parameters:
|
|
- description: "the kdcIp value to set."
|
|
name: "kdcIp"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withKdcIp(String kdcIp)"
|
|
desc: "Set the kdcIp property: kdc server IP address for the active directory machine. This optional parameter is used only while creating kerberos volume."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withLdapOverTls(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withLdapOverTls(Boolean ldapOverTls)"
|
|
name: "withLdapOverTls(Boolean ldapOverTls)"
|
|
nameWithType: "ActiveDirectory.withLdapOverTls(Boolean ldapOverTls)"
|
|
summary: "Set the ldap<wbr>Over<wbr>Tls property: Specifies whether or not the LDAP traffic needs to be secured via TLS."
|
|
parameters:
|
|
- description: "the ldapOverTls value to set."
|
|
name: "ldapOverTls"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public ActiveDirectory withLdapOverTls(Boolean ldapOverTls)"
|
|
desc: "Set the ldapOverTls property: Specifies whether or not the LDAP traffic needs to be secured via TLS."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withLdapSearchScope(com.azure.resourcemanager.netapp.models.LdapSearchScopeOpt)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withLdapSearchScope(LdapSearchScopeOpt ldapSearchScope)"
|
|
name: "withLdapSearchScope(LdapSearchScopeOpt ldapSearchScope)"
|
|
nameWithType: "ActiveDirectory.withLdapSearchScope(LdapSearchScopeOpt ldapSearchScope)"
|
|
summary: "Set the ldap<wbr>Search<wbr>Scope property: LDAP Search scope options."
|
|
parameters:
|
|
- description: "the ldapSearchScope value to set."
|
|
name: "ldapSearchScope"
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.LdapSearchScopeOpt?alt=com.azure.resourcemanager.netapp.models.LdapSearchScopeOpt&text=LdapSearchScopeOpt\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ActiveDirectory withLdapSearchScope(LdapSearchScopeOpt ldapSearchScope)"
|
|
desc: "Set the ldapSearchScope property: LDAP Search scope options."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withLdapSigning(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withLdapSigning(Boolean ldapSigning)"
|
|
name: "withLdapSigning(Boolean ldapSigning)"
|
|
nameWithType: "ActiveDirectory.withLdapSigning(Boolean ldapSigning)"
|
|
summary: "Set the ldap<wbr>Signing property: Specifies whether or not the LDAP traffic needs to be signed."
|
|
parameters:
|
|
- description: "the ldapSigning value to set."
|
|
name: "ldapSigning"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public ActiveDirectory withLdapSigning(Boolean ldapSigning)"
|
|
desc: "Set the ldapSigning property: Specifies whether or not the LDAP traffic needs to be signed."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withOrganizationalUnit(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withOrganizationalUnit(String organizationalUnit)"
|
|
name: "withOrganizationalUnit(String organizationalUnit)"
|
|
nameWithType: "ActiveDirectory.withOrganizationalUnit(String organizationalUnit)"
|
|
summary: "Set the organizational<wbr>Unit property: The Organizational Unit (OU) within the Windows Active Directory."
|
|
parameters:
|
|
- description: "the organizationalUnit value to set."
|
|
name: "organizationalUnit"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withOrganizationalUnit(String organizationalUnit)"
|
|
desc: "Set the organizationalUnit property: The Organizational Unit (OU) within the Windows Active Directory."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withPassword(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withPassword(String password)"
|
|
name: "withPassword(String password)"
|
|
nameWithType: "ActiveDirectory.withPassword(String password)"
|
|
summary: "Set the password property: Plain text password of Active Directory domain administrator, value is masked in the response."
|
|
parameters:
|
|
- description: "the password value to set."
|
|
name: "password"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withPassword(String password)"
|
|
desc: "Set the password property: Plain text password of Active Directory domain administrator, value is masked in the response."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withPreferredServersForLdapClient(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withPreferredServersForLdapClient(String preferredServersForLdapClient)"
|
|
name: "withPreferredServersForLdapClient(String preferredServersForLdapClient)"
|
|
nameWithType: "ActiveDirectory.withPreferredServersForLdapClient(String preferredServersForLdapClient)"
|
|
summary: "Set the preferred<wbr>Servers<wbr>For<wbr>Ldap<wbr>Client property: Comma separated list of IPv4 addresses of preferred servers for LDAP client."
|
|
parameters:
|
|
- description: "the preferredServersForLdapClient value to set."
|
|
name: "preferredServersForLdapClient"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withPreferredServersForLdapClient(String preferredServersForLdapClient)"
|
|
desc: "Set the preferredServersForLdapClient property: Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withSecurityOperators(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withSecurityOperators(List<String> securityOperators)"
|
|
name: "withSecurityOperators(List<String> securityOperators)"
|
|
nameWithType: "ActiveDirectory.withSecurityOperators(List<String> securityOperators)"
|
|
summary: "Set the security<wbr>Operators property: Domain Users in the Active directory to be given Se<wbr>Security<wbr>Privilege privilege (Needed for SMB Continuously available shares for SQL)."
|
|
parameters:
|
|
- description: "the securityOperators value to set."
|
|
name: "securityOperators"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public ActiveDirectory withSecurityOperators(List<String> securityOperators)"
|
|
desc: "Set the securityOperators property: 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."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withServerRootCACertificate(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withServerRootCACertificate(String serverRootCACertificate)"
|
|
name: "withServerRootCACertificate(String serverRootCACertificate)"
|
|
nameWithType: "ActiveDirectory.withServerRootCACertificate(String serverRootCACertificate)"
|
|
summary: "Set the server<wbr>Root<wbr>CACertificate 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."
|
|
parameters:
|
|
- description: "the serverRootCACertificate value to set."
|
|
name: "serverRootCACertificate"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withServerRootCACertificate(String serverRootCACertificate)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withSite(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withSite(String site)"
|
|
name: "withSite(String site)"
|
|
nameWithType: "ActiveDirectory.withSite(String site)"
|
|
summary: "Set the site property: The Active Directory site the service will limit Domain Controller discovery to."
|
|
parameters:
|
|
- description: "the site value to set."
|
|
name: "site"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withSite(String site)"
|
|
desc: "Set the site property: The Active Directory site the service will limit Domain Controller discovery to."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withSmbServerName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withSmbServerName(String smbServerName)"
|
|
name: "withSmbServerName(String smbServerName)"
|
|
nameWithType: "ActiveDirectory.withSmbServerName(String smbServerName)"
|
|
summary: "Set the smb<wbr>Server<wbr>Name property: NetBIOS name of the SMB server."
|
|
parameters:
|
|
- description: "the smbServerName value to set."
|
|
name: "smbServerName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withSmbServerName(String smbServerName)"
|
|
desc: "Set the smbServerName property: NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withUsername(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.ActiveDirectory.withUsername(String username)"
|
|
name: "withUsername(String username)"
|
|
nameWithType: "ActiveDirectory.withUsername(String username)"
|
|
summary: "Set the username property: A domain user account with permission to create machine accounts."
|
|
parameters:
|
|
- description: "the username value to set."
|
|
name: "username"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ActiveDirectory withUsername(String username)"
|
|
desc: "Set the username property: A domain user account with permission to create machine accounts."
|
|
returns:
|
|
description: "the ActiveDirectory object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Active Directory."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.ActiveDirectory?alt=com.azure.resourcemanager.netapp.models.ActiveDirectory&text=ActiveDirectory\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.netapp.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1
|