Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EventHubAuthorizationRule |
EventHubAuthorizationRules.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 Type | Method and Description |
---|---|
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.
|
PagedList<EventHubAuthorizationRule> |
EventHub.listAuthorizationRules() |
rx.Observable<EventHubAuthorizationRule> |
EventHub.listAuthorizationRulesAsync() |
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.
|
Copyright © 2019. All rights reserved.