Interface EventHubConsumerGroup
- All Superinterfaces:
HasInner<com.microsoft.azure.management.eventhub.implementation.ConsumerGroupInner>
,HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
,Indexable
,NestedResource
,Refreshable<EventHubConsumerGroup>
,Updatable<EventHubConsumerGroup.Update>
@Beta(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>
Type representing consumer group of an event hub.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the consumer group definition.static interface
Grouping of consumer group definition stages.static interface
The template for a consumer group update operation, containing all the settings that can be modified.static interface
Grouping of consumer group update stages. -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
org.joda.time.DateTime
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.eventhub.NestedResource
id, name, type
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
namespaceResourceGroupName
- Returns:
- the resource group of the namespace where parent event hub resides
-
namespaceName
- Returns:
- the namespace name of parent event hub
-
eventHubName
- Returns:
- the name of the parent event hub
-
createdAt
@Beta(V1_7_0) org.joda.time.DateTime createdAt()- Returns:
- creation time of the consumer group
-
updatedAt
@Beta(V1_7_0) org.joda.time.DateTime updatedAt()- Returns:
- last modified time of the consumer group
-
userMetadata
- Returns:
- user metadata associated with the consumer group
-