@Beta(value=V1_7_0)
public static interface EventHubNamespace.UpdateStages.WithThroughputConfiguration
Modifier and Type | Method and Description |
---|---|
EventHubNamespace.Update |
withAutoScaling()
Enables the scaling up the throughput units automatically based on load.
|
EventHubNamespace.Update |
withCurrentThroughputUnits(int units)
Specifies the current throughput units.
|
EventHubNamespace.Update |
withThroughputUnitsUpperLimit(int units)
Specifies the maximum throughput units that auto-scalar is allowed to scale-up.
|
@Beta(value=V1_7_0) EventHubNamespace.Update withAutoScaling()
@Beta(value=V1_7_0) EventHubNamespace.Update withCurrentThroughputUnits(int units)
units
- throughput units@Beta(value=V1_7_0) EventHubNamespace.Update withThroughputUnitsUpperLimit(int units)
units
- throughput unitsCopyright © 2019. All rights reserved.