Uses of Interface
com.microsoft.azure.management.eventhub.EventHubAuthorizationRule
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubAuthorizationRule in com.microsoft.azure.management.eventhub
Modifier and TypeMethodDescriptionEventHubAuthorizationRules.getByName
(String resourceGroupName, String namespaceName, String eventHubName, String name) Gets an authorization rule of an event hub in a namespace under a resource group.Modifier and TypeMethodDescriptionrx.Observable<EventHubAuthorizationRule>
EventHubAuthorizationRules.getByNameAsync
(String resourceGroupName, String namespaceName, String eventHubName, String name) Gets an authorization rule of an event hub in a namespace in a resource group.com.microsoft.azure.PagedList<EventHubAuthorizationRule>
EventHub.listAuthorizationRules()
rx.Observable<EventHubAuthorizationRule>
EventHub.listAuthorizationRulesAsync()
com.microsoft.azure.PagedList<EventHubAuthorizationRule>
EventHubAuthorizationRules.listByEventHub
(String resourceGroupName, String namespaceName, String eventHubName) Lists the authorization rules of an event hub in a namespace under a resource group.rx.Observable<EventHubAuthorizationRule>
EventHubAuthorizationRules.listByEventHubAsync
(String resourceGroupName, String namespaceName, String eventHubName) Lists the authorization rules of an event hub in a namespace under a resource group.