| 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.WithCreate |
ActiveDirectoryUser.DefinitionStages.WithAccontEnabled.withAccountEnabled(boolean accountEnabled)
Specifies whether the user account is enabled.
|
ActiveDirectoryUser.DefinitionStages.WithCreate |
ActiveDirectoryUser.DefinitionStages.WithPassword.withPassword(String password)
Specifies the password of the user.
|
ActiveDirectoryUser.DefinitionStages.WithCreate |
ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin.withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
Specifies whether the user should change password on the next login.
|
ActiveDirectoryUser.DefinitionStages.WithCreate |
ActiveDirectoryUser.DefinitionStages.WithUsageLocation.withUsageLocation(com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode usageLocation)
Specifies the usage location for the user.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/