Compartir a través de


EventHubsOperationsExtensions Clase

Definición

Métodos de extensión para EventHubsOperations.

public static class EventHubsOperationsExtensions
type EventHubsOperationsExtensions = class
Public Module EventHubsOperationsExtensions
Herencia
EventHubsOperationsExtensions

Métodos

CreateOrUpdateAsync(IEventHubsOperations, String, String, String, EventhubInner, CancellationToken)

Crea o actualiza un nuevo centro de eventos como un recurso anidado dentro de un espacio de nombres.

CreateOrUpdateAuthorizationRuleAsync(IEventHubsOperations, String, String, String, String, IList<AccessRights>, CancellationToken)

Crea o actualiza un AuthorizationRule para el centro de eventos especificado.

DeleteAsync(IEventHubsOperations, String, String, String, CancellationToken)

Elimina un centro de eventos del espacio de nombres y el grupo de recursos especificados.

DeleteAuthorizationRuleAsync(IEventHubsOperations, String, String, String, String, CancellationToken)

Elimina una authorizationRule del centro de eventos.

GetAsync(IEventHubsOperations, String, String, String, CancellationToken)

Obtiene una descripción de Event Hubs para el centro de eventos especificado.

GetAuthorizationRuleAsync(IEventHubsOperations, String, String, String, String, CancellationToken)

Obtiene un AuthorizationRule para un centro de eventos por nombre de regla.

ListAuthorizationRulesAsync(IEventHubsOperations, String, String, String, CancellationToken)

Obtiene las reglas de autorización de un centro de eventos.

ListAuthorizationRulesNextAsync(IEventHubsOperations, String, CancellationToken)

Obtiene las reglas de autorización de un centro de eventos.

ListByNamespaceAsync(IEventHubsOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Obtiene todos los Event Hubs de un espacio de nombres.

ListByNamespaceNextAsync(IEventHubsOperations, String, CancellationToken)

Obtiene todos los Event Hubs de un espacio de nombres.

ListKeysAsync(IEventHubsOperations, String, String, String, String, CancellationToken)

Obtiene las cadenas de conexión de ACS y SAS para el centro de eventos.

RegenerateKeysAsync(IEventHubsOperations, String, String, String, String, RegenerateAccessKeyParameters, CancellationToken)

Regenera las cadenas de conexión de ACS y SAS para el centro de eventos.

Se aplica a