Interface EventHub.DefinitionStages.WithConsumerGroup

    • Method Detail

      • withNewConsumerGroup

        @Beta(V1_7_0)
        EventHub.DefinitionStages.WithCreate withNewConsumerGroup​(String name)
        Specifies that a new consumer group should be created for the event hub.
        Parameters:
        name - consumer group name
        Returns:
        next stage of the event hub definition
      • withNewConsumerGroup

        @Beta(V1_7_0)
        EventHub.DefinitionStages.WithCreate withNewConsumerGroup​(String name,
                                                                  String metadata)
        Specifies that a new consumer group should be created for the event hub.
        Parameters:
        name - consumer group name
        metadata - consumer group metadata
        Returns:
        next stage of the event hub definition