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 TypeMethodDescriptionGets creation time of the consumer group.Gets the name of the parent event hub.Gets the namespace name of parent event hub.Gets the resource group of the namespace where parent event hub resides.Gets last modified time of the consumer group.Gets user metadata associated with the consumer group.Methods 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()Gets the resource group of the namespace where parent event hub resides.- Returns:
- the resource group of the namespace where parent event hub resides
-
namespaceName
String namespaceName()Gets the namespace name of parent event hub.- Returns:
- the namespace name of parent event hub
-
eventHubName
String eventHubName()Gets the name of the parent event hub.- Returns:
- the name of the parent event hub
-
createdAt
OffsetDateTime createdAt()Gets creation time of the consumer group.- Returns:
- creation time of the consumer group
-
updatedAt
OffsetDateTime updatedAt()Gets last modified time of the consumer group.- Returns:
- last modified time of the consumer group
-
userMetadata
String userMetadata()Gets user metadata associated with the consumer group.- Returns:
- user metadata associated with the consumer group
-