Interface IWithThroughput<ReturnT>
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of a resource definition allowing to set throughput.
public interface IWithThroughput<ReturnT>
Type Parameters
ReturnT
The next stage of the definition.
Methods
WithThroughput(int)
Specifies the throughput value.
ReturnT WithThroughput(int throughput)
Parameters
throughput
intThe vaule of the throughput.
Returns
- ReturnT
The next stage of the definition.