| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/