public static interface ActiveDirectoryUser.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActiveDirectoryUser.UpdateStages.WithAccontEnabled
A user update allowing specifying whether the account is enabled.
|
static interface |
ActiveDirectoryUser.UpdateStages.WithPassword
A user update allowing password to be specified.
|
static interface |
ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin
A user update allowing setting whether the user should change password on the next login.
|
static interface |
ActiveDirectoryUser.UpdateStages.WithUsageLocation
A user update allowing usage location to be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/