Interface ActiveDirectoryUser
- All Superinterfaces:
ActiveDirectoryObject
,HasId
,HasInner<com.microsoft.azure.management.graphrbac.implementation.UserInner>
,HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>
,HasName
,Indexable
,Updatable<ActiveDirectoryUser.Update>
public interface ActiveDirectoryUser
extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.UserInner>, Updatable<ActiveDirectoryUser.Update>
An immutable client-side representation of an Azure AD user.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Container interface for all the definitions that need to be implemented.static interface
Grouping of all the user definition stages.static interface
The template for a user update operation, containing all the settings that can be modified.static interface
Group of all the user update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
userPrincipalName
String userPrincipalName()- Returns:
- user principal name
-
signInName
String signInName()- Returns:
- user signIn name
-
mail
String mail()- Returns:
- user mail
-
mailNickname
String mailNickname()- Returns:
- the mail alias for the user
-
usageLocation
CountryIsoCode usageLocation()- Returns:
- the usage location of the user
-