Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EventHubConsumerGroup |
EventHubConsumerGroups.getByName(String resourceGroupName,
String namespaceName,
String eventHubName,
String name)
Gets a consumer group of an event hub in a namespace under a resource group.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<EventHubConsumerGroup> |
EventHubConsumerGroups.getByNameAsync(String resourceGroupName,
String namespaceName,
String eventHubName,
String name)
Gets a consumer group of an event hub in a namespace in a resource group.
|
PagedList<EventHubConsumerGroup> |
EventHubConsumerGroups.listByEventHub(String resourceGroupName,
String namespaceName,
String eventHubName)
Lists the consumer groups of an event hub in a namespace under a resource group.
|
rx.Observable<EventHubConsumerGroup> |
EventHubConsumerGroups.listByEventHubAsync(String resourceGroupName,
String namespaceName,
String eventHubName)
Lists the consumer groups of an event hub in a namespace under a resource group.
|
PagedList<EventHubConsumerGroup> |
EventHub.listConsumerGroups() |
rx.Observable<EventHubConsumerGroup> |
EventHub.listConsumerGroupsAsync() |
Copyright © 2019. All rights reserved.