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 TypeMethodDescriptionMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
authorizationRules
EventHubNamespaceAuthorizationRules authorizationRules()- Returns:
- entry point to manage authorization rules of event hub namespaces.
-
eventHubs
EventHubs eventHubs()- Returns:
- entry point to manage event hubs of event hub namespaces.
-