public static interface ActiveDirectoryUser.UpdateStages.WithAccontEnabled
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryUser.Update |
withAccountEnabled(boolean accountEnabled)
Specifies whether the user account is enabled.
|
@Beta(value=V1_2_0) ActiveDirectoryUser.Update withAccountEnabled(boolean accountEnabled)
accountEnabled - true if account is enabled, false otherwise/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/