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 definition 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. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET