Lists the event hubs in a namespace under a resource group.
Method Details
authorizationRules
public abstract EventHubAuthorizationRules authorizationRules()
Returns:
entry point to manage authorization rules of event hubs.
consumerGroups
public abstract EventHubConsumerGroups consumerGroups()
Returns:
entry point to manage consumer group of event hubs.
deleteByName
public abstract void deleteByName(String resourceGroupName, String namespaceName, String name)
Deletes an event hub in a namespace under a resource group.
Parameters:
resourceGroupName
- resource group name
namespaceName
- namespace name
name
- event hub name
deleteByNameAsync
public abstract Mono deleteByNameAsync(String resourceGroupName, String namespaceName, String name)
Deletes an event hub in a namespace under a resource group.
Parameters:
resourceGroupName
- resource group name
namespaceName
- namespace name
name
- event hub name
Returns:
the completable representing the task
getByName
public abstract EventHub getByName(String resourceGroupName, String namespaceName, String name)
Gets an event hub in a namespace under a resource group.
Parameters:
resourceGroupName
- resource group name
namespaceName
- namespace name
name
- event hub name
Returns:
the event hubs
getByNameAsync
public abstract Mono getByNameAsync(String resourceGroupName, String namespaceName, String name)
Gets an event hub in a namespace under a resource group.
Parameters:
resourceGroupName
- resource group name
namespaceName
- namespace name
name
- event hub name
Returns:
observable that emits the event hubs
listByNamespace
public abstract PagedIterable listByNamespace(String resourceGroupName, String namespaceName)
Lists the event hubs in a namespace under a resource group.
Parameters:
resourceGroupName
- resource group name
namespaceName
- namespace name
Returns:
list of event hubs
listByNamespaceAsync
public abstract PagedFlux listByNamespaceAsync(String resourceGroupName, String namespaceName)
Lists the event hubs in a namespace under a resource group.
Parameters:
resourceGroupName
- resource group name
namespaceName
- namespace name
Returns:
observable that emits the event hubs
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.