Interface EventHubConsumerGroup

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ConsumerGroupInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<EventHubsManager>, com.azure.resourcemanager.resources.fluentcore.model.Indexable, NestedResource, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<EventHubConsumerGroup>, com.azure.resourcemanager.resources.fluentcore.model.Updatable<EventHubConsumerGroup.Update>

public interface EventHubConsumerGroup extends NestedResource, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<EventHubsManager>, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<EventHubConsumerGroup>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ConsumerGroupInner>, com.azure.resourcemanager.resources.fluentcore.model.Updatable<EventHubConsumerGroup.Update>
Type representing consumer group of an event hub.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static 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 Type
    Method
    Description
    Gets 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

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager

    manager

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface NestedResource

    id, name, type

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable

    update
  • 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