public static interface EventHub.DefinitionStages.WithConsumerGroup
| Modifier and Type | Method and Description |
|---|---|
EventHub.DefinitionStages.WithCreate |
withNewConsumerGroup(String name)
Specifies that a new consumer group should be created for the event hub.
|
EventHub.DefinitionStages.WithCreate |
withNewConsumerGroup(String name,
String metadata)
Specifies that a new consumer group should be created for the event hub.
|
EventHub.DefinitionStages.WithCreate withNewConsumerGroup(String name)
name - consumer group nameEventHub.DefinitionStages.WithCreate withNewConsumerGroup(String name, String metadata)
name - consumer group namemetadata - consumer group metadataCopyright © 2020 Microsoft Corporation. All rights reserved.