IRoleAssignment Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représentation côté client immuable d’une attribution de rôle 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
- Dérivé
- Implémente
Propriétés
Id |
Obtient la chaîne d’ID de ressource (Hérité de IHasId) |
Inner |
Représentation côté client immuable d’une attribution de rôle Azure AD. (Hérité de IHasInner<T>) |
Key |
Représentation côté client immuable d’une attribution de rôle Azure AD. (Hérité de IIndexable) |
Manager |
Obtient le type de client manager de ce type de ressource. (Hérité de IHasManager<ManagerT>) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
PrincipalId |
Obtient l’ID du principal. |
RoleDefinitionId |
Obtient l’ID de définition de rôle. |
Scope |
Obtient l’étendue d’attribution de rôle. |
S’applique à
Azure SDK for .NET