次の方法で共有


IWithThroughput<Parent> インターフェイス

定義

スループットを設定できる SQL データベース定義のステージ。

public interface IWithThroughput<Parent> : Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.Table.Definition.IWithAttach<Parent>>
type IWithThroughput<'Parent> = interface
    interface IWithThroughput<IWithAttach<'Parent>>
Public Interface IWithThroughput(Of Parent)
Implements IWithThroughput(Of IWithAttach(Of Parent))

型パラメーター

Parent

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

WithThroughput(Int32)

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

(継承元 IWithThroughput<ReturnT>)

適用対象