@Beta(value=V1_7_0)
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.
|
@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCreate withNewConsumerGroup(String name)
name - consumer group name@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCreate withNewConsumerGroup(String name, String metadata)
name - consumer group namemetadata - consumer group metadataCopyright © 2019. All rights reserved.