Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryUser.Update
Packages that use ActiveDirectoryUser.Update
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ActiveDirectoryUser.Update in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ActiveDirectoryUser.UpdateModifier and TypeMethodDescriptionActiveDirectoryUser.UpdateStages.WithAccontEnabled.withAccountEnabled(boolean accountEnabled) Specifies whether the user account is enabled.ActiveDirectoryUser.UpdateStages.WithPassword.withPassword(String password) Specifies the password of the user.ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin.withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin) Specifies whether the user should change password on the next login.ActiveDirectoryUser.UpdateStages.WithUsageLocation.withUsageLocation(CountryIsoCode usageLocation) Specifies the usage location for the user.