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.
  • Method Details

    • namespaceResourceGroupName

      @Beta(V1_7_0) String namespaceResourceGroupName()
      Returns:
      the resource group of the namespace where parent event hub resides
    • namespaceName

      @Beta(V1_7_0) String namespaceName()
      Returns:
      the namespace name of parent event hub
    • eventHubName

      @Beta(V1_7_0) String 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

      @Beta(V1_7_0) String userMetadata()
      Returns:
      user metadata associated with the consumer group