EventHubNamespace.UpdateStages.WithThroughputConfiguration Interface

public static interface EventHubNamespace.UpdateStages.WithThroughputConfiguration

The stage of the event hub namespace update allowing to specify the throughput unit settings.

Method Summary

Modifier and Type Method and Description
abstract Update withAutoScaling()

Enables the scaling up the throughput units automatically based on load.

abstract Update withCurrentThroughputUnits(int units)

Specifies the current throughput units.

abstract Update withThroughputUnitsUpperLimit(int units)

Specifies the maximum throughput units that auto-scalar is allowed to scale-up.

Method Details

withAutoScaling

public abstract EventHubNamespace.Update withAutoScaling()

Enables the scaling up the throughput units automatically based on load.

Returns:

next stage of the event hub namespace update

withCurrentThroughputUnits

public abstract EventHubNamespace.Update withCurrentThroughputUnits(int units)

Specifies the current throughput units.

Parameters:

units - throughput units

Returns:

next stage of the event hub namespace update

withThroughputUnitsUpperLimit

public abstract EventHubNamespace.Update withThroughputUnitsUpperLimit(int units)

Specifies the maximum throughput units that auto-scalar is allowed to scale-up.

Parameters:

units - throughput units

Returns:

next stage of the event hub namespace update

Applies to