ActiveDirectoryUser.Definition Interface
public interface Definition extends ActiveDirectoryUser.DefinitionStages.Blank,ActiveDirectoryUser.DefinitionStages.WithUserPrincipalName,ActiveDirectoryUser.DefinitionStages.WithPassword,ActiveDirectoryUser.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
ActiveDirectoryUser.DefinitionStages.WithAccontEnabled.withAccountEnabled(boolean accountEnabled)
ActiveDirectoryUser.DefinitionStages.WithUserPrincipalName.withEmailAlias(String emailAlias)
ActiveDirectoryUser.DefinitionStages.WithPassword.withPassword(String password)
ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin.withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
ActiveDirectoryUser.DefinitionStages.WithUsageLocation.withUsageLocation(CountryIsoCode usageLocation)
ActiveDirectoryUser.DefinitionStages.WithUserPrincipalName.withUserPrincipalName(String userPrincipalName)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java