Interface EventHubNamespace.DefinitionStages.WithThroughputConfiguration

    • Method Detail

      • withAutoScaling

        @Beta(V1_7_0)
        EventHubNamespace.DefinitionStages.WithCreate withAutoScaling()
        Enables the scaling up the throughput units automatically based on load.
        Returns:
        next stage of the event hub namespace definition
      • withCurrentThroughputUnits

        @Beta(V1_7_0)
        EventHubNamespace.DefinitionStages.WithCreate withCurrentThroughputUnits​(int units)
        Specifies the current throughput units.
        Parameters:
        units - throughput units
        Returns:
        next stage of the event hub namespace definition
      • withThroughputUnitsUpperLimit

        @Beta(V1_7_0)
        EventHubNamespace.DefinitionStages.WithCreate withThroughputUnitsUpperLimit​(int units)
        Specifies the maximum throughput units that auto-scalar is allowed to scale-up.
        Parameters:
        units - throughput units
        Returns:
        next stage of the event hub namespace definition