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.
|
EventHubNamespace.Update withAutoScaling()
EventHubNamespace.Update withCurrentThroughputUnits(int units)
units - throughput unitsEventHubNamespace.Update withThroughputUnitsUpperLimit(int units)
units - throughput unitsCopyright © 2020 Microsoft Corporation. All rights reserved.