@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 units /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/