Freigeben über


INamespaceAuthorizationRules Schnittstelle

Definition

Einstiegspunkt zur Verwaltungs-API für Namespaceautorisierungsregeln.

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

Eigenschaften

Inner

Einstiegspunkt zur Verwaltungs-API für Namespaceautorisierungsregeln.

(Geerbt von IHasInner<T>)
Manager

Ruft den Managerclienttyp dieses Ressourcentyps ab.

(Geerbt von IHasManager<ManagerT>)

Methoden

Define(String)

Einstiegspunkt zur Verwaltungs-API für Namespaceautorisierungsregeln.

(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: