Interface EventHubNamespaces

All Superinterfaces:
HasInner<com.microsoft.azure.management.eventhub.implementation.NamespacesInner>, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, SupportsBatchCreation<EventHubNamespace>, SupportsBatchDeletion, SupportsCreating<EventHubNamespace.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<EventHubNamespace>, SupportsGettingByResourceGroup<EventHubNamespace>, SupportsListing<EventHubNamespace>, SupportsListingByResourceGroup<EventHubNamespace>

@Beta(V1_7_0) public interface EventHubNamespaces extends SupportsCreating<EventHubNamespace.DefinitionStages.Blank>, SupportsListing<EventHubNamespace>, SupportsListingByResourceGroup<EventHubNamespace>, SupportsGettingByResourceGroup<EventHubNamespace>, SupportsGettingById<EventHubNamespace>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<EventHubNamespace>, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, HasInner<com.microsoft.azure.management.eventhub.implementation.NamespacesInner>
Entry point to manage EventHub namespaces.
  • Method Details

    • authorizationRules

      @Beta(V1_7_0) EventHubNamespaceAuthorizationRules authorizationRules()
      Returns:
      entry point to manage authorization rules of event hub namespaces.
    • eventHubs

      @Beta(V1_7_0) EventHubs eventHubs()
      Returns:
      entry point to manage event hubs of event hub namespaces.