次の方法で共有


ThroughputProperties.CreateManualThroughput(Int32) メソッド

定義

手動プロビジョニングスループット オファリングのスループット プロパティ

public static Microsoft.Azure.Cosmos.ThroughputProperties CreateManualThroughput (int throughput);
static member CreateManualThroughput : int -> Microsoft.Azure.Cosmos.ThroughputProperties
Public Shared Function CreateManualThroughput (throughput As Integer) As ThroughputProperties

パラメーター

throughput
Int32

リソースの現在のプロビジョニング済みスループット。

戻り値

手動スループットの ThroughputProperties を返します

適用対象