public static interface ActiveDirectoryUser.DefinitionStages.WithAccontEnabled
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryUser.DefinitionStages.WithCreate |
withAccountEnabled(boolean accountEnabled)
Specifies whether the user account is enabled.
|
@Beta(value=V1_2_0) ActiveDirectoryUser.DefinitionStages.WithCreate 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.
*/