EventHubNamespaces Interface

Implements

public interface EventHubNamespaces
extends SupportsCreating<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 Summary

Modifier and Type Method and Description
abstract EventHubNamespaceAuthorizationRules authorizationRules()
abstract EventHubs eventHubs()

Method Details

authorizationRules

public abstract EventHubNamespaceAuthorizationRules authorizationRules()

Returns:

entry point to manage authorization rules of event hub namespaces.

eventHubs

public abstract EventHubs eventHubs()

Returns:

entry point to manage event hubs of event hub namespaces.

Applies to