public static interface EventHub.UpdateStages.WithConsumerGroup
| Modifier and Type | Method and Description |
|---|---|
EventHub.Update |
withNewConsumerGroup(String name)
Specifies that a new consumer group should be created for the event hub.
|
EventHub.Update |
withNewConsumerGroup(String name,
String metadata)
Specifies that a new consumer group should be created for the event hub.
|
EventHub.Update |
withoutConsumerGroup(String name)
Specifies that a consumer group associated with the event hub should be deleted.
|
EventHub.Update withNewConsumerGroup(String name)
name - group nameEventHub.Update withNewConsumerGroup(String name, String metadata)
name - group namemetadata - group metadataEventHub.Update withoutConsumerGroup(String name)
name - group nameCopyright © 2020 Microsoft Corporation. All rights reserved.