@Beta(value=V1_7_0) public interface EventHubConsumerGroup extends NestedResource, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, Refreshable<EventHubConsumerGroup>, HasInner<com.microsoft.azure.management.eventhub.implementation.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 |
---|---|
org.joda.time.DateTime |
createdAt() |
String |
eventHubName() |
String |
namespaceName() |
String |
namespaceResourceGroupName() |
org.joda.time.DateTime |
updatedAt() |
String |
userMetadata() |
id, name, type
key
manager
refresh, refreshAsync
@Beta(value=V1_7_0) String namespaceResourceGroupName()
@Beta(value=V1_7_0) String namespaceName()
@Beta(value=V1_7_0) String eventHubName()
@Beta(value=V1_7_0) org.joda.time.DateTime createdAt()
@Beta(value=V1_7_0) org.joda.time.DateTime updatedAt()
@Beta(value=V1_7_0) String userMetadata()
Copyright © 2019. All rights reserved.