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