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.
|
@Beta(value=V1_2_0) ActiveDirectoryUser.DefinitionStages.WithPassword withUserPrincipalName(String userPrincipalName)
userPrincipalName - the user principal name@Beta(value=V1_2_0) ActiveDirectoryUser.DefinitionStages.WithPassword withEmailAlias(String emailAlias)
emailAlias - the email alias of the new user/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/