Interface ActiveDirectoryUser.Update
-
- All Superinterfaces:
ActiveDirectoryUser.UpdateStages.WithAccontEnabled,ActiveDirectoryUser.UpdateStages.WithPassword,ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin,ActiveDirectoryUser.UpdateStages.WithUsageLocation,Appliable<ActiveDirectoryUser>,Indexable
- Enclosing interface:
- ActiveDirectoryUser
public static interface ActiveDirectoryUser.Update extends Appliable<ActiveDirectoryUser>, 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.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryUser.UpdateStages.WithAccontEnabled
withAccountEnabled
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryUser.UpdateStages.WithPassword
withPassword
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin
withPromptToChangePasswordOnLogin
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryUser.UpdateStages.WithUsageLocation
withUsageLocation
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
-