public static interface ActiveDirectoryUser.UpdateStages.WithPassword
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryUser.Update |
withPassword(String password)
Specifies the password of the user.
|
@Beta(value=V1_2_0) ActiveDirectoryUser.Update withPassword(String password)
password - the password of the user/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/