你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventHubNamespaces Interface
Implements
SupportsBatchDeletion
SupportsDeletingByResourceGroup
SupportsGettingById<EventHubNamespace>
SupportsGettingByResourceGroup<EventHubNamespace>
SupportsListingByResourceGroup<EventHubNamespace>
HasManager<EventHubsManager>
SupportsBatchCreation<EventHubNamespace>
SupportsCreating<Blank>
SupportsDeletingById
SupportsListing<EventHubNamespace>
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
Event |
authorizationRules() |
abstract
Event |
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.