| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubConsumerGroup.Definition
The entirety of the consumer group definition.
|
| Modifier and Type | Method and Description |
|---|---|
EventHubConsumerGroup.DefinitionStages.WithCreate |
EventHubConsumerGroup.DefinitionStages.WithEventHub.withExistingEventHub(EventHub eventHub)
Specifies the event hub for which consumer group needs to be created.
|
EventHubConsumerGroup.DefinitionStages.WithCreate |
EventHubConsumerGroup.DefinitionStages.WithEventHub.withExistingEventHub(String resourceGroupName,
String namespaceName,
String eventHubName)
Specifies the event hub for which consumer group needs to be created.
|
EventHubConsumerGroup.DefinitionStages.WithCreate |
EventHubConsumerGroup.DefinitionStages.WithEventHub.withExistingEventHubId(String eventHubId)
Specifies the event hub for which consumer group needs to be created.
|
EventHubConsumerGroup.DefinitionStages.WithCreate |
EventHubConsumerGroup.DefinitionStages.WithUserMetadata.withUserMetadata(String metadata)
Specifies user metadata.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.