Uses of Interface
com.microsoft.azure.management.eventhub.EventHubNamespaceAuthorizationRule
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubNamespaceAuthorizationRule in com.microsoft.azure.management.eventhub
Modifier and TypeMethodDescriptionEventHubNamespaceAuthorizationRules.getByName
(String resourceGroupName, String namespaceName, String name) Gets an authorization rule under a namespace in a resource group.Modifier and TypeMethodDescriptionrx.Observable<EventHubNamespaceAuthorizationRule>
EventHubNamespaceAuthorizationRules.getByNameAsync
(String resourceGroupName, String namespaceName, String name) Gets an authorization rule under a namespace in a resource group.com.microsoft.azure.PagedList<EventHubNamespaceAuthorizationRule>
EventHubNamespace.listAuthorizationRules()
rx.Observable<EventHubNamespaceAuthorizationRule>
EventHubNamespace.listAuthorizationRulesAsync()
com.microsoft.azure.PagedList<EventHubNamespaceAuthorizationRule>
EventHubNamespaceAuthorizationRules.listByNamespace
(String resourceGroupName, String namespaceName) Lists the authorization rules under a namespace in a resource group.rx.Observable<EventHubNamespaceAuthorizationRule>
EventHubNamespaceAuthorizationRules.listByNamespaceAsync
(String resourceGroupName, String namespaceName) Lists the authorization rules under a namespace in a resource group.