Freigeben über


IAuthorizationRules<RuleT> Schnittstelle

Definition

Einstiegspunkt zur Verwaltungs-API für Autorisierungsregeln.

public interface IAuthorizationRules<RuleT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<RuleT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<RuleT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>
type IAuthorizationRules<'RuleT> = interface
    interface ISupportsListing<'RuleT>
    interface ISupportsGettingByName<'RuleT>
    interface ISupportsDeletingByName
    interface IHasManager<IServiceBusManager>
Public Interface IAuthorizationRules(Of RuleT)
Implements IHasManager(Of IServiceBusManager), ISupportsDeletingByName, ISupportsGettingByName(Of RuleT), ISupportsListing(Of RuleT)

Typparameter

RuleT

Der spezifische Regeltyp.

Abgeleitet
Implementiert

Eigenschaften

Manager

Ruft den Managerclienttyp dieses Ressourcentyps ab.

(Geerbt von IHasManager<ManagerT>)

Methoden

DeleteByName(String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Ressourcennamens.

(Geerbt von ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Löscht eine Ressource asynchron aus Azure und identifiziert sie anhand ihres Ressourcennamens.

(Geerbt von ISupportsDeletingByName)
GetByName(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
List()

Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)

Gilt für: