ActiveDirectoryUser.Update Interface
public interface Update extends Appliable,ActiveDirectoryUser.UpdateStages.WithAccontEnabled,ActiveDirectoryUser.UpdateStages.WithPassword,ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin,ActiveDirectoryUser.UpdateStages.WithUsageLocation
The template for a user update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
ActiveDirectoryUser.UpdateStages.WithAccontEnabled.withAccountEnabled(boolean accountEnabled)
ActiveDirectoryUser.UpdateStages.WithPassword.withPassword(String password)
ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin.withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
ActiveDirectoryUser.UpdateStages.WithUsageLocation.withUsageLocation(CountryIsoCode usageLocation)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java