Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHub
Packages that use EventHub
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHub in com.azure.resourcemanager.eventhubs.models
Subinterfaces with type arguments of type EventHub in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptioninterfaceType representing an Azure EventHub.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe template for a event hub update operation, containing all the settings that can be modified.interfaceEntry point to manage event hubs.Methods in com.azure.resourcemanager.eventhubs.models that return EventHubModifier and TypeMethodDescriptionGets an event hub in a namespace under a resource group.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type EventHubModifier and TypeMethodDescriptionEventHubs.getByNameAsync(String resourceGroupName, String namespaceName, String name) Gets an event hub in a namespace under a resource group.com.azure.core.http.rest.PagedIterable<EventHub> EventHubs.listByNamespace(String resourceGroupName, String namespaceName) Lists the event hubs in a namespace under a resource group.com.azure.core.http.rest.PagedFlux<EventHub> EventHubs.listByNamespaceAsync(String resourceGroupName, String namespaceName) Lists the event hubs in a namespace under a resource group.com.azure.core.http.rest.PagedIterable<EventHub> EventHubNamespace.listEventHubs()Gets list of event hubs in the namespace.com.azure.core.http.rest.PagedFlux<EventHub> EventHubNamespace.listEventHubsAsync()Gets the event hubs in the namespace.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type EventHubModifier and TypeMethodDescriptionEventHubAuthorizationRule.DefinitionStages.WithEventHub.withExistingEventHub(EventHub eventHub) Specifies that authorization rule needs to be created for the given event hub.EventHubConsumerGroup.DefinitionStages.WithEventHub.withExistingEventHub(EventHub eventHub) Specifies the event hub for which consumer group needs to be created.