Interface EventHubNamespaces
- All Superinterfaces:
HasManager<EventHubsManager>, SupportsBatchCreation<EventHubNamespace>, SupportsBatchDeletion, SupportsCreating<EventHubNamespace.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<EventHubNamespace>, SupportsGettingByResourceGroup<EventHubNamespace>, SupportsListing<EventHubNamespace>, SupportsListingByResourceGroup<EventHubNamespace>
public interface EventHubNamespaces
extends SupportsCreating<EventHubNamespace.DefinitionStages.Blank>, SupportsListing<EventHubNamespace>, SupportsListingByResourceGroup<EventHubNamespace>, SupportsGettingByResourceGroup<EventHubNamespace>, SupportsGettingById<EventHubNamespace>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<EventHubNamespace>, SupportsBatchDeletion, HasManager<EventHubsManager>
Entry point to manage EventHub namespaces.
-
Method Summary
Modifier and TypeMethodDescriptionGets 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 HasManager
managerMethods inherited from interface SupportsBatchCreation
create, create, createAsync, createAsyncMethods inherited from interface SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncMethods inherited from interface SupportsCreating
defineMethods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface SupportsListing
list, listAsyncMethods inherited from interface SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
authorizationRules
EventHubNamespaceAuthorizationRules 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.
-