你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IActiveDirectoryUser 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure AD 用户的不可变客户端表示形式。
public interface IActiveDirectoryUser : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IUpdate>
type IActiveDirectoryUser = interface
interface IBeta
interface IActiveDirectoryObject
interface IIndexable
interface IHasId
interface IHasName
interface IHasManager<GraphRbacManager>
interface IHasInner<UserInner>
interface IUpdatable<IUpdate>
Public Interface IActiveDirectoryUser
Implements IActiveDirectoryObject, IBeta, IHasId, IHasInner(Of UserInner), IHasManager(Of GraphRbacManager), IHasName, IIndexable, IUpdatable(Of IUpdate)
- 派生
- 实现
属性
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
Azure AD 用户的不可变客户端表示形式。 (继承自 IHasInner<T>) |
Key |
Azure AD 用户的不可变客户端表示形式。 (继承自 IIndexable) |
获取用户邮件。 |
|
MailNickname |
获取用户的邮件别名。 |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
Name |
获取资源的名称 (继承自 IHasName) |
SignInName |
获取用户 signIn name。 |
UsageLocation |
获取用户的使用位置。 |
UserPrincipalName |
获取用户主体名称。 |
方法
Update() |
Azure AD 用户的不可变客户端表示形式。 (继承自 IUpdatable<T>) |