| 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.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/