次の方法で共有


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

定義

スループットを設定できる Gremlin Graph 定義のステージ。

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

型パラメーター

ParentT

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

派生
実装

メソッド

WithThroughput(Int32)

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

(継承元 IWithThroughput<ReturnT>)

適用対象