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

IWithThroughput<ReturnT>.WithThroughput(Int32) 方法

定义

指定吞吐量值。

public ReturnT WithThroughput (int throughput);
abstract member WithThroughput : int -> 'ReturnT
Public Function WithThroughput (throughput As Integer) As ReturnT

参数

throughput
Int32

吞吐量的 vaule。

返回

ReturnT

定义的下一阶段。

适用于