Uses of Interface
com.microsoft.azure.management.eventhub.EventHubNamespaceAuthorizationRule
Packages that use EventHubNamespaceAuthorizationRule
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubNamespaceAuthorizationRule in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EventHubNamespaceAuthorizationRuleModifier and TypeMethodDescriptionEventHubNamespaceAuthorizationRules.getByName
(String resourceGroupName, String namespaceName, String name) Gets an authorization rule under a namespace in a resource group.Methods in com.microsoft.azure.management.eventhub that return types with arguments of type EventHubNamespaceAuthorizationRuleModifier 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.