Table of Contents

Interface IWithThroughput<ReturnT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition
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 int

The vaule of the throughput.

Returns

ReturnT

The next stage of the definition.