次の方法で共有


IWithThroughput インターフェイス

定義

スループットを設定できる SQL コンテナー更新のステージ。

public interface IWithThroughput : Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate>
type IWithThroughput = interface
    interface IWithThroughput<IUpdate>
Public Interface IWithThroughput
Implements IWithThroughput(Of IUpdate)
派生
実装

メソッド

WithThroughput(Int32)

スループット値を指定します。

(継承元 IWithThroughput<ReturnT>)

適用対象