public static interface ActiveDirectoryUser.DefinitionStages.WithUserPrincipalName
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryUser.DefinitionStages.WithPassword |
withEmailAlias(String emailAlias)
Specifies the email alias of the new user.
|
ActiveDirectoryUser.DefinitionStages.WithPassword |
withUserPrincipalName(String userPrincipalName)
Specifies the user principal name of the user.
|
ActiveDirectoryUser.DefinitionStages.WithPassword withUserPrincipalName(String userPrincipalName)
userPrincipalName - the user principal nameActiveDirectoryUser.DefinitionStages.WithPassword withEmailAlias(String emailAlias)
emailAlias - the email alias of the new userCopyright © 2020 Microsoft Corporation. All rights reserved.