Interface EventHubs

All Superinterfaces:
HasInner<com.microsoft.azure.management.eventhub.implementation.EventHubsInner>, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, SupportsCreating<EventHub.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<EventHub>

@Beta(V1_7_0) public interface EventHubs extends SupportsCreating<EventHub.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<EventHub>, HasInner<com.microsoft.azure.management.eventhub.implementation.EventHubsInner>, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
Entry point to manage event hubs.
  • Method Details

    • authorizationRules

      @Beta(V1_7_0) EventHubAuthorizationRules authorizationRules()
      Returns:
      entry point to manage authorization rules of event hubs.
    • consumerGroups

      @Beta(V1_7_0) EventHubConsumerGroups consumerGroups()
      Returns:
      entry point to manage consumer group of event hubs.
    • listByNamespace

      @Beta(V1_7_0) com.microsoft.azure.PagedList<EventHub> listByNamespace(String resourceGroupName, String namespaceName)
      Lists the event hubs in a namespace under a resource group.
      Parameters:
      resourceGroupName - resource group name
      namespaceName - namespace name
      Returns:
      list of event hubs
    • listByNamespaceAsync

      @Beta(V1_7_0) rx.Observable<EventHub> listByNamespaceAsync(String resourceGroupName, String namespaceName)
      Lists the event hubs in a namespace under a resource group.
      Parameters:
      resourceGroupName - resource group name
      namespaceName - namespace name
      Returns:
      observable that emits the event hubs
    • getByNameAsync

      @Beta(V1_7_0) rx.Observable<EventHub> getByNameAsync(String resourceGroupName, String namespaceName, String name)
      Gets an event hub in a namespace under a resource group.
      Parameters:
      resourceGroupName - resource group name
      namespaceName - namespace name
      name - event hub name
      Returns:
      observable that emits the event hubs
    • getByName

      @Beta(V1_7_0) EventHub getByName(String resourceGroupName, String namespaceName, String name)
      Gets an event hub in a namespace under a resource group.
      Parameters:
      resourceGroupName - resource group name
      namespaceName - namespace name
      name - event hub name
      Returns:
      the event hubs
    • deleteByNameAsync

      @Beta(V1_7_0) rx.Completable deleteByNameAsync(String resourceGroupName, String namespaceName, String name)
      Deletes an event hub in a namespace under a resource group.
      Parameters:
      resourceGroupName - resource group name
      namespaceName - namespace name
      name - event hub name
      Returns:
      the completable representing the task
    • deleteByName

      @Beta(V1_7_0) void deleteByName(String resourceGroupName, String namespaceName, String name)
      Deletes an event hub in a namespace under a resource group.
      Parameters:
      resourceGroupName - resource group name
      namespaceName - namespace name
      name - event hub name