public interface ActiveDirectoryUser extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.UserInner>, Updatable<ActiveDirectoryUser.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
ActiveDirectoryUser.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
ActiveDirectoryUser.DefinitionStages
Grouping of all the user definition stages.
|
static interface |
ActiveDirectoryUser.Update
The template for a user update operation, containing all the settings that can be modified.
|
static interface |
ActiveDirectoryUser.UpdateStages
Group of all the user update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
mail() |
String |
mailNickname() |
String |
signInName() |
CountryIsoCode |
usageLocation() |
String |
userPrincipalName() |
key
id
name
manager
String userPrincipalName()
String signInName()
String mail()
String mailNickname()
CountryIsoCode usageLocation()
Copyright © 2019. All rights reserved.