IRoleAssignment インターフェイス

定義

Azure AD ロールの割り当ての不変のクライアント側表現。

public interface IRoleAssignment : 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.RoleAssignmentInner>, 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 IRoleAssignment = interface
    interface IBeta
    interface IIndexable
    interface IHasInner<RoleAssignmentInner>
    interface IHasId
    interface IHasName
    interface IHasManager<GraphRbacManager>
Public Interface IRoleAssignment
Implements IBeta, IHasId, IHasInner(Of RoleAssignmentInner), IHasManager(Of GraphRbacManager), IHasName, IIndexable
派生
実装

プロパティ

Id

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

(継承元 IHasId)
Inner

Azure AD ロールの割り当ての不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

Azure AD ロールの割り当ての不変のクライアント側表現。

(継承元 IIndexable)
Manager

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

(継承元 IHasManager<ManagerT>)
Name

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

(継承元 IHasName)
PrincipalId

プリンシパル ID を取得します。

RoleDefinitionId

ロール定義 ID を取得します。

Scope

ロールの割り当てスコープを取得します。

適用対象