Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EventHubNamespaceAuthorizationRule |
EventHubNamespaceAuthorizationRules.getByName(String resourceGroupName,
String namespaceName,
String name)
Gets an authorization rule under a namespace in a resource group.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<EventHubNamespaceAuthorizationRule> |
EventHubNamespaceAuthorizationRules.getByNameAsync(String resourceGroupName,
String namespaceName,
String name)
Gets an authorization rule under a namespace in a resource group.
|
PagedList<EventHubNamespaceAuthorizationRule> |
EventHubNamespace.listAuthorizationRules() |
rx.Observable<EventHubNamespaceAuthorizationRule> |
EventHubNamespace.listAuthorizationRulesAsync() |
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.
|
Copyright © 2019. All rights reserved.