ActiveDirectoryUser.DefinitionStages.WithCreate 接口
定义
An AD user definition with sufficient inputs to create a new user in the cloud, but exposing additional optional inputs to specify.
public interface WithCreate extends Creatable<ActiveDirectoryUser>,ActiveDirectoryUser.DefinitionStages.WithAccontEnabled,ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin,ActiveDirectoryUser.DefinitionStages.WithUsageLocation
继承成员
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.WithPromptToChangePasswordOnLogin.withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
ActiveDirectoryUser.DefinitionStages.WithUsageLocation.withUsageLocation(CountryIsoCode usageLocation)