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