你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ActiveDirectoryUser.Update 接口
public interface Update extends Appliable,ActiveDirectoryUser.UpdateStages.WithAccontEnabled,ActiveDirectoryUser.UpdateStages.WithPassword,ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin,ActiveDirectoryUser.UpdateStages.WithUsageLocation
用户更新操作的模板,包含可修改的所有设置。
继承成员
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)