| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActiveDirectoryUser.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryUser.DefinitionStages.WithPassword |
ActiveDirectoryUser.DefinitionStages.WithUserPrincipalName.withEmailAlias(String emailAlias)
Specifies the email alias of the new user.
|
ActiveDirectoryUser.DefinitionStages.WithPassword |
ActiveDirectoryUser.DefinitionStages.WithUserPrincipalName.withUserPrincipalName(String userPrincipalName)
Specifies the user principal name of the user.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/