IRoleAssignments Schnittstelle

Definition

Einstiegspunkt für die Rollenzuweisungsverwaltungs-API.

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)
Abgeleitet
Implementiert

Eigenschaften

Inner

Einstiegspunkt für die Rollenzuweisungsverwaltungs-API.

(Geerbt von IHasInner<T>)
Manager

Ruft den Managerclienttyp dieses Ressourcentyps ab.

(Geerbt von IHasManager<ManagerT>)

Methoden

Create(ICreatable<IFluentResourceT>[])

Erstellt eine Gruppe (Batch) von Ressourcen.

(Geerbt von ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Erstellt eine Gruppe (Batch) von Ressourcen.

(Geerbt von ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Erstellt eine Gruppe (Batch) von Ressourcen.

(Geerbt von ISupportsBatchCreation<IFluentResourceT>)
Define(String)

Einstiegspunkt für die Rollenzuweisungsverwaltungs-API.

(Geerbt von ISupportsCreating<T>)
DeleteById(String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID.

(Geerbt von ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID.

(Geerbt von ISupportsDeletingById)
GetById(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab.

(Geerbt von ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab.

(Geerbt von ISupportsGettingById<T>)
GetByScope(String, String)

Ruft die Informationen zu einer Rollenzuweisung basierend auf Bereich und Name ab.

GetByScopeAsync(String, String, CancellationToken)

Ruft die Informationen zu einer Rollenzuweisung basierend auf Bereich und Name ab.

ListByScope(String)

Auflisten von Rollenzuweisungen in einem Bereich.

ListByScopeAsync(String, CancellationToken)

Auflisten von Rollenzuweisungen in einem Bereich.

Gilt für: