IEventHubs Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Point d’entrée pour gérer les hubs d’événements.
public interface IEventHubs : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>, 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 IEventHubs = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHub>
interface IHasInner<IEventHubsOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubs
Implements IBeta, IHasInner(Of IEventHubsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHub)
- Implémente
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHub> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
Propriétés
AuthorizationRules |
Obtient le point d’entrée pour gérer les règles d’autorisation des hubs d’événements. |
ConsumerGroups |
Obtient le point d’entrée pour gérer le groupe de consommateurs d’event hubs. |
Inner |
Point d’entrée pour gérer les hubs 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 hubs d’événements. (Hérité de ISupportsCreating<T>) |
DeleteById(String) |
Supprime une ressource d’Azure, l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Supprime une ressource d’Azure, l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByName(String, String, String) |
Supprime un hub d’événements dans un espace de noms sous un groupe de ressources. |
DeleteByNameAsync(String, String, String, CancellationToken) |
Supprime un hub d’événements dans un espace de noms sous un groupe de ressources. |
GetById(String) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByName(String, String, String) |
Obtient un hub d’événements dans un espace de noms sous un groupe de ressources. |
GetByNameAsync(String, String, String, CancellationToken) |
Obtient un hub d’événements dans un espace de noms sous un groupe de ressources. |
ListByNamespace(String, String) |
Répertorie les hubs d’événements dans un espace de noms sous un groupe de ressources. |
ListByNamespaceAsync(String, String, CancellationToken) |
Répertorie les hubs d’événements dans un espace de noms sous un groupe de ressources. |
S’applique à
Azure SDK for .NET