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)

自動スカラーによるスケールアップが許可される最大スループット ユニットを指定します。

適用対象