IWithThroughputConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the event hub namespace update allowing to specify the throughput unit settings.
public interface IWithThroughputConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithThroughputConfiguration = interface
interface IBeta
Public Interface IWithThroughputConfiguration
Implements IBeta
- Derived
- Implements
Methods
WithAutoScaling() |
Enables the scaling up the throughput units automatically based on load. |
WithCurrentThroughputUnits(Int32) |
Specifies the current throughput units. |
WithThroughputUnitsUpperLimit(Int32) |
Specifies the maximum throughput units that auto-scalar is allowed to scale-up. |