Interface EventHubConsumerGroup
- All Superinterfaces:
HasInnerModel<ConsumerGroupInner>,HasManager<EventHubsManager>,Indexable,NestedResource,Refreshable<EventHubConsumerGroup>,Updatable<EventHubConsumerGroup.Update>
public interface EventHubConsumerGroup
extends NestedResource, HasManager<EventHubsManager>, Refreshable<EventHubConsumerGroup>, HasInnerModel<ConsumerGroupInner>, Updatable<EventHubConsumerGroup.Update>
Type representing consumer group of an event hub.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the consumer group definition.static interfaceGrouping of consumer group definition stages.static interfaceThe template for a consumer group update operation, containing all the settings that can be modified.static interfaceGrouping of consumer group update stages. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.eventhubs.models.NestedResource
id, name, typeMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
namespaceResourceGroupName
String namespaceResourceGroupName()- Returns:
- the resource group of the namespace where parent event hub resides
-
namespaceName
String namespaceName()- Returns:
- the namespace name of parent event hub
-
eventHubName
String eventHubName()- Returns:
- the name of the parent event hub
-
createdAt
OffsetDateTime createdAt()- Returns:
- creation time of the consumer group
-
updatedAt
OffsetDateTime updatedAt()- Returns:
- last modified time of the consumer group
-
userMetadata
String userMetadata()- Returns:
- user metadata associated with the consumer group
-