rx.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.
|