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