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