IRoleAssignments 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.
Point d’entrée à l’API de gestion des attributions de rôle.
public interface IRoleAssignments : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignmentsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type IRoleAssignments = interface
interface IBeta
interface ISupportsGettingById<IRoleAssignment>
interface ISupportsCreating<IBlank>
interface ISupportsBatchCreation<IRoleAssignment>
interface ISupportsDeletingById
interface IHasManager<GraphRbacManager>
interface IHasInner<IRoleAssignmentsOperations>
Public Interface IRoleAssignments
Implements IBeta, IHasInner(Of IRoleAssignmentsOperations), IHasManager(Of GraphRbacManager), ISupportsBatchCreation(Of IRoleAssignment), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IRoleAssignment)
- Dérivé
- Implémente
Propriétés
Inner |
Point d’entrée à l’API de gestion des attributions de rôle. (Hérité de IHasInner<T>) |
Manager |
Obtient le type de client manager de ce type de ressource. (Hérité de IHasManager<ManagerT>) |
Méthodes
Create(ICreatable<IFluentResourceT>[]) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
Create(IEnumerable<ICreatable<IFluentResourceT>>) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
Define(String) |
Point d’entrée à l’API de gestion des attributions de rôle. (Hérité de ISupportsCreating<T>) |
DeleteById(String) |
Supprime une ressource d’Azure, l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Supprime une ressource d’Azure, l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
GetById(String) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByScope(String, String) |
Obtient les informations sur une attribution de rôle en fonction de l’étendue et du nom. |
GetByScopeAsync(String, String, CancellationToken) |
Obtient les informations sur une attribution de rôle en fonction de l’étendue et du nom. |
ListByScope(String) |
Répertorier les attributions de rôles dans une étendue. |
ListByScopeAsync(String, CancellationToken) |
Répertorier les attributions de rôles dans une étendue. |
S’applique à
Azure SDK for .NET