Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryUser.DefinitionStages.WithCreate
-
Packages that use ActiveDirectoryUser.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.authorization.models 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.models Modifier and Type Interface Description static interfaceActiveDirectoryUser.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.authorization.models that return ActiveDirectoryUser.DefinitionStages.WithCreate Modifier and Type Method Description ActiveDirectoryUser.DefinitionStages.WithCreateActiveDirectoryUser.DefinitionStages.WithAccontEnabled. withAccountEnabled(boolean accountEnabled)Specifies whether the user account is enabled.ActiveDirectoryUser.DefinitionStages.WithCreateActiveDirectoryUser.DefinitionStages.WithPassword. withPassword(String password)Specifies the password of the user.ActiveDirectoryUser.DefinitionStages.WithCreateActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin. withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)Specifies whether the user should change password on the next login.ActiveDirectoryUser.DefinitionStages.WithCreateActiveDirectoryUser.DefinitionStages.WithUsageLocation. withUsageLocation(CountryIsoCode usageLocation)Specifies the usage location for the user.
-