Partager via


IEventHubAuthorizationRules Interface

Définition

Point d’entrée pour gérer les règles d’autorisation du hub d’événements.

public interface IEventHubAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubAuthorizationRules = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<IEventHubAuthorizationRule>
    interface IHasInner<IEventHubsOperations>
    interface IHasManager<IEventHubManager>
Public Interface IEventHubAuthorizationRules
Implements IBeta, IHasInner(Of IEventHubsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubAuthorizationRule)
Implémente
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>

Propriétés

Inner

Point d’entrée pour gérer les règles d’autorisation du hub d’événements.

(Hérité de IHasInner<T>)
Manager

Obtient le type de client manager de ce type de ressource.

(Hérité de IHasManager<ManagerT>)

Méthodes

Define(String)

Point d’entrée pour gérer les règles d’autorisation du hub d’événements.

(Hérité de ISupportsCreating<T>)
DeleteById(String)

Supprime une ressource d’Azure, en l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Supprime une ressource d’Azure, en l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByName(String, String, String, String)

Supprime une règle d’autorisation d’un hub d’événements dans un espace de noms sous un groupe de ressources.

DeleteByNameAsync(String, String, String, String, CancellationToken)

Supprime une règle d’autorisation d’un hub d’événements dans un espace de noms sous un groupe de ressources.

GetById(String)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByName(String, String, String, String)

Obtient une règle d’autorisation d’un hub d’événements dans un espace de noms sous un groupe de ressources.

GetByNameAsync(String, String, String, String, CancellationToken)

Obtient une règle d’autorisation d’un hub d’événements dans un espace de noms d’un groupe de ressources.

ListByEventHub(String, String, String)

Répertorie les règles d’autorisation d’un hub d’événements dans un espace de noms sous un groupe de ressources.

ListByEventHubAsync(String, String, String, CancellationToken)

Répertorie les règles d’autorisation d’un hub d’événements dans un espace de noms sous un groupe de ressources.

S’applique à