Compartir a través de


IEventHubs Interfaz

Definición

Punto de entrada para administrar event hubs.

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)
Implementaciones
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHub> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>

Propiedades

AuthorizationRules

Obtiene el punto de entrada para administrar las reglas de autorización de event hubs.

ConsumerGroups

Obtiene el punto de entrada para administrar el grupo de consumidores de event hubs.

Inner

Punto de entrada para administrar event hubs.

(Heredado de IHasInner<T>)
Manager

Obtiene el tipo de cliente de administrador de este tipo de recurso.

(Heredado de IHasManager<ManagerT>)

Métodos

Define(String)

Punto de entrada para administrar event hubs.

(Heredado de ISupportsCreating<T>)
DeleteById(String)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
DeleteByName(String, String, String)

Elimina un centro de eventos de un espacio de nombres en un grupo de recursos.

DeleteByNameAsync(String, String, String, CancellationToken)

Elimina un centro de eventos de un espacio de nombres en un grupo de recursos.

GetById(String)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByName(String, String, String)

Obtiene un centro de eventos en un espacio de nombres en un grupo de recursos.

GetByNameAsync(String, String, String, CancellationToken)

Obtiene un centro de eventos en un espacio de nombres en un grupo de recursos.

ListByNamespace(String, String)

Enumera los centros de eventos de un espacio de nombres en un grupo de recursos.

ListByNamespaceAsync(String, String, CancellationToken)

Enumera los centros de eventos de un espacio de nombres en un grupo de recursos.

Se aplica a