ActiveDirectoryUser.DefinitionStages.WithUserPrincipalName 接口
定义
A user definition allowing user principal name to be specified.
public interface WithUserPrincipalName
方法
withEmailAlias(String emailAlias) |
Specifies the email alias of the new user. |
withUserPrincipalName(String userPrincipalName) |
Specifies the user principal name of the user. It must contain one of the verified domains for the tenant. |