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 名を取得します。 |
UsageLocation |
ユーザーの使用場所を取得します。 |
UserPrincipalName |
ユーザー プリンシパル名を取得します。 |
メソッド
Update() |
Azure AD ユーザーの不変のクライアント側表現。 (継承元 IUpdatable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET