Interface ActiveDirectoryUser
- All Superinterfaces:
ActiveDirectoryObject, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AuthorizationManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.model.Updatable<ActiveDirectoryUser.Update>
public interface ActiveDirectoryUser
extends ActiveDirectoryObject, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserInner>, com.azure.resourcemanager.resources.fluentcore.model.Updatable<ActiveDirectoryUser.Update>
An immutable client-side representation of an Azure AD user.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceGrouping of all the user definition stages.static interfaceThe template for a user update operation, containing all the settings that can be modified.static interfaceGroup of all the user update stages. -
Method Summary
Modifier and TypeMethodDescriptionmail()Gets user mail.Gets the mail alias for the user.com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCodeGets the usage location of the user.Gets user principal name.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
idMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
keyMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
update
-
Method Details
-
userPrincipalName
-
mail
-
mailNickname
-
usageLocation
com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode usageLocation()Gets the usage location of the user.- Returns:
- the usage location of the user
-