你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于