IEventHubNamespaceAuthorizationRules Schnittstelle

Definition

Einstiegspunkt zum Verwalten von Autorisierungsregeln für Event Hub-Namespaces.

public interface IEventHubNamespaceAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubNamespaceAuthorizationRules = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<IEventHubNamespaceAuthorizationRule>
    interface IHasInner<INamespacesOperations>
    interface IHasManager<IEventHubManager>
Public Interface IEventHubNamespaceAuthorizationRules
Implements IBeta, IHasInner(Of INamespacesOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubNamespaceAuthorizationRule)
Implementiert
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubNamespaceAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.INamespacesOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>

Eigenschaften

Inner

Einstiegspunkt zum Verwalten von Autorisierungsregeln für Event Hub-Namespaces.

(Geerbt von IHasInner<T>)
Manager

Ruft den Managerclienttyp dieses Ressourcentyps ab.

(Geerbt von IHasManager<ManagerT>)

Methoden

Define(String)

Einstiegspunkt zum Verwalten von Autorisierungsregeln für Event Hub-Namespaces.

(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)
DeleteByName(String, String, String)

Löscht eine Autorisierungsregel unter einem Namespace in einer Ressourcengruppe.

DeleteByNameAsync(String, String, String, CancellationToken)

Löscht eine Autorisierungsregel unter einem Namespace in einer Ressourcengruppe.

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>)
GetByName(String, String, String)

Ruft eine Autorisierungsregel unter einem Namespace in einer Ressourcengruppe ab.

GetByNameAsync(String, String, String, CancellationToken)

Ruft eine Autorisierungsregel unter einem Namespace in einer Ressourcengruppe ab.

ListByNamespace(String, String)

Listet die Autorisierungsregeln unter einem Namespace in einer Ressourcengruppe auf.

ListByNamespaceAsync(String, String, CancellationToken)

Listet die Autorisierungsregeln unter einem Namespace in einer Ressourcengruppe auf.

Gilt für: