Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithThroughputConfiguration 接口

定义

允许指定吞吐量单位设置的事件中心命名空间更新阶段。

public interface IWithThroughputConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithThroughputConfiguration = interface
    interface IBeta
Public Interface IWithThroughputConfiguration
Implements IBeta
派生
实现

方法

WithAutoScaling()

启用基于负载自动纵向扩展吞吐量单位。

WithCurrentThroughputUnits(Int32)

指定当前吞吐量单位。

WithThroughputUnitsUpperLimit(Int32)

指定允许自动标量纵向扩展的最大吞吐量单位。

适用于