Freigeben über


IQueueAuthorizationRules Schnittstelle

Definition

Einstiegspunkt für die Verwaltungs-API für Warteschlangenautorisierungsregeln.

public interface IQueueAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.IQueuesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRules<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>
type IQueueAuthorizationRules = interface
    interface IAuthorizationRules<IQueueAuthorizationRule>
    interface ISupportsListing<IQueueAuthorizationRule>
    interface ISupportsGettingByName<IQueueAuthorizationRule>
    interface ISupportsDeletingByName
    interface IHasManager<IServiceBusManager>
    interface ISupportsCreating<IBlank>
    interface IHasInner<IQueuesOperations>
Public Interface IQueueAuthorizationRules
Implements IAuthorizationRules(Of IQueueAuthorizationRule), IHasInner(Of IQueuesOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of IQueueAuthorizationRule), ISupportsListing(Of IQueueAuthorizationRule)
Implementiert

Eigenschaften

Inner

Einstiegspunkt für die Verwaltungs-API für Warteschlangenautorisierungsregeln.

(Geerbt von IHasInner<T>)
Manager

Ruft den Managerclienttyp dieses Ressourcentyps ab.

(Geerbt von IHasManager<ManagerT>)

Methoden

Define(String)

Einstiegspunkt für die Verwaltungs-API für Warteschlangenautorisierungsregeln.

(Geerbt von ISupportsCreating<T>)
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 in der aktuellen Ressourcengruppe ab.

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

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

(Geerbt von ISupportsGettingByName<T>)
List()

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

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

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

(Geerbt von ISupportsListing<T>)

Gilt für: