Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryUser.DefinitionStages.WithCreate
Packages that use ActiveDirectoryUser.DefinitionStages.WithCreate
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ActiveDirectoryUser.DefinitionStages.WithCreate in com.azure.resourcemanager.authorization.models
Subinterfaces of ActiveDirectoryUser.DefinitionStages.WithCreate in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.authorization.models that return ActiveDirectoryUser.DefinitionStages.WithCreateModifier and TypeMethodDescriptionActiveDirectoryUser.DefinitionStages.WithAccontEnabled.withAccountEnabled(boolean accountEnabled) Specifies whether the user account is enabled.ActiveDirectoryUser.DefinitionStages.WithPassword.withPassword(String password) Specifies the password of the user.ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin.withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin) Specifies whether the user should change password on the next login.ActiveDirectoryUser.DefinitionStages.WithUsageLocation.withUsageLocation(CountryIsoCode usageLocation) Specifies the usage location for the user.