共用方式為


EventHubNamespaces Interface

Implements

public interface EventHubNamespaces
extends SupportsCreating<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 Type Method and Description
abstract EventHubNamespaceAuthorizationRules authorizationRules()

Gets entry point to manage authorization rules of event hub namespaces.

abstract EventHubs eventHubs()

Gets entry point to manage event hubs of event hub namespaces.

Method Details

authorizationRules

public abstract 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

public abstract EventHubs eventHubs()

Gets entry point to manage event hubs of event hub namespaces.

Returns:

entry point to manage event hubs of event hub namespaces.

Applies to