Interface EventHubNamespace.UpdateStages.WithThroughputConfiguration
-
- All Known Subinterfaces:
EventHubNamespace.Update
- Enclosing interface:
- EventHubNamespace.UpdateStages
@Beta(V1_7_0) public static interface EventHubNamespace.UpdateStages.WithThroughputConfigurationThe stage of the event hub namespace update allowing to specify the throughput unit settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHubNamespace.UpdatewithAutoScaling()Enables the scaling up the throughput units automatically based on load.EventHubNamespace.UpdatewithCurrentThroughputUnits(int units)Specifies the current throughput units.EventHubNamespace.UpdatewithThroughputUnitsUpperLimit(int units)Specifies the maximum throughput units that auto-scalar is allowed to scale-up.
-
-
-
Method Detail
-
withAutoScaling
@Beta(V1_7_0) EventHubNamespace.Update withAutoScaling()
Enables the scaling up the throughput units automatically based on load.- Returns:
- next stage of the event hub namespace update
-
withCurrentThroughputUnits
@Beta(V1_7_0) EventHubNamespace.Update withCurrentThroughputUnits(int units)
Specifies the current throughput units.- Parameters:
units- throughput units- Returns:
- next stage of the event hub namespace update
-
withThroughputUnitsUpperLimit
@Beta(V1_7_0) EventHubNamespace.Update 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 update
-
-