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