Gets an authorization rule of an event hub in a namespace in a resource group.
Parameters:
resourceGroupName
- namespace resource group name
namespaceName
- event hub parent namespace name
eventHubName
- event hub name
name
- authorization rule name
Returns:
observable that emits the authorization rule
listByEventHub
public abstract PagedIterable listByEventHub(String resourceGroupName, String namespaceName, String eventHubName)
Lists the authorization rules of an event hub in a namespace under a resource group.
Parameters:
resourceGroupName
- namespace resource group name
namespaceName
- event hub parent namespace name
eventHubName
- event hub name
Returns:
list of authorization rules
listByEventHubAsync
public abstract PagedFlux listByEventHubAsync(String resourceGroupName, String namespaceName, String eventHubName)
Lists the authorization rules of an event hub in a namespace under a resource group.
Parameters:
resourceGroupName
- namespace resource group name
namespaceName
- event hub parent namespace name
eventHubName
- event hub name
Returns:
observable that emits the authorization rules
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.