EventHubNamespace.UpdateStages.WithThroughputConfiguration Interface
public static interface EventHubNamespace.UpdateStages.WithThroughputConfiguration
The stage of the event hub namespace update allowing to specify the throughput unit settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withAutoScaling()
Enables the scaling up the throughput units automatically based on load. |
abstract Update |
withCurrentThroughputUnits(int units)
Specifies the current throughput units. |
abstract Update |
withThroughputUnitsUpperLimit(int units)
Specifies the maximum throughput units that auto-scalar is allowed to scale-up. |
Method Details
withAutoScaling
public abstract EventHubNamespace.Update withAutoScaling()
Enables the scaling up the throughput units automatically based on load.
Returns:
withCurrentThroughputUnits
public abstract EventHubNamespace.Update withCurrentThroughputUnits(int units)
Specifies the current throughput units.
Parameters:
Returns:
withThroughputUnitsUpperLimit
public abstract EventHubNamespace.Update withThroughputUnitsUpperLimit(int units)
Specifies the maximum throughput units that auto-scalar is allowed to scale-up.
Parameters:
Returns:
Applies to
Azure SDK for Java