Table of Contents

Interface IWithThroughput<ReturnT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The stage of a resource update allowing to set throughput.

public interface IWithThroughput<ReturnT>

Type Parameters

ReturnT

The next stage of the update.

Methods

WithThroughput(int)

Specifies the throughput value.

ReturnT WithThroughput(int throughput)

Parameters

throughput int

The vaule of the throughput.

Returns

ReturnT

The next stage of the definition.