Partager via


IEventHubConsumerGroups Interface

Définition

Point d’entrée pour gérer les groupes de consommateurs Event Hub.

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

Propriétés

Inner

Point d’entrée pour gérer les groupes de consommateurs Event Hub.

(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 groupes de consommateurs Event Hub.

(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 un groupe de consommateurs d’un hub d’événements dans un espace de noms sous un groupe de ressources.

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

Supprime un groupe de consommateurs 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 un groupe de consommateurs d’un hub d’événements dans un espace de noms sous un groupe de ressources.

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

Obtient un groupe de consommateurs d’un hub d’événements dans un espace de noms d’un groupe de ressources.

ListByEventHub(String, String, String)

Répertorie les groupes de consommateurs d’un hub d’événements dans un espace de noms sous un groupe de ressources.

ListByEventHubAsync(String, String, String, CancellationToken)

Répertorie les groupes de consommateurs d’un hub d’événements dans un espace de noms sous un groupe de ressources.

S’applique à