public interface EventHubConsumerGroup extends NestedResource, HasManager<EventHubsManager>, Refreshable<EventHubConsumerGroup>, HasInnerModel<ConsumerGroupInner>, Updatable<EventHubConsumerGroup.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubConsumerGroup.Definition
The entirety of the consumer group definition.
|
static interface |
EventHubConsumerGroup.DefinitionStages
Grouping of consumer group definition stages.
|
static interface |
EventHubConsumerGroup.Update
The template for a consumer group update operation, containing all the settings
that can be modified.
|
static interface |
EventHubConsumerGroup.UpdateStages
Grouping of consumer group update stages.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createdAt() |
String |
eventHubName() |
String |
namespaceName() |
String |
namespaceResourceGroupName() |
OffsetDateTime |
updatedAt() |
String |
userMetadata() |
id, name, typemanagerrefresh, refreshAsyncinnerModelString namespaceResourceGroupName()
String namespaceName()
String eventHubName()
OffsetDateTime createdAt()
OffsetDateTime updatedAt()
String userMetadata()
Copyright © 2020 Microsoft Corporation. All rights reserved.