IWithThroughputConfiguration Interface

Definition

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