Interface EventHubConsumerGroup

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.ConsumerGroupInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, com.microsoft.azure.management.resources.fluentcore.model.Indexable, NestedResource, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<EventHubConsumerGroup>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<EventHubConsumerGroup.Update>

    @Beta(V1_7_0)
    public interface EventHubConsumerGroup
    extends NestedResource, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<EventHubConsumerGroup>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.ConsumerGroupInner>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<EventHubConsumerGroup.Update>
    Type representing consumer group of an event hub.
    • Method Detail

      • 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