次の方法で共有


IActiveDirectoryObject インターフェイス

定義

Azure AD オブジェクトの不変のクライアント側表現。

public interface IActiveDirectoryObject : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, 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
type IActiveDirectoryObject = interface
    interface IBeta
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasManager<GraphRbacManager>
Public Interface IActiveDirectoryObject
Implements IBeta, IHasId, IHasManager(Of GraphRbacManager), IHasName, IIndexable
派生
実装

プロパティ

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Key

Azure AD オブジェクトの不変のクライアント側表現。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)

適用対象