Interface EventHubNamespaces

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<EventHubsManager>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<EventHubNamespace.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<EventHubNamespace>

public interface EventHubNamespaces extends com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<EventHubNamespace.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation<EventHubNamespace>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<EventHubsManager>
Entry point to manage EventHub namespaces.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets entry point to manage authorization rules of event hub namespaces.
    Gets entry point to manage event hubs of event hub namespaces.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager

    manager

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation

    create, create, createAsync, createAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion

    deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating

    define

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById

    deleteById, deleteByIdAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup

    deleteByResourceGroup, deleteByResourceGroupAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById

    getById, getByIdAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup

    getByResourceGroup, getByResourceGroupAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing

    list, listAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup

    listByResourceGroup, listByResourceGroupAsync
  • Method Details

    • authorizationRules

      Gets entry point to manage authorization rules of event hub namespaces.
      Returns:
      entry point to manage authorization rules of event hub namespaces.
    • eventHubs

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