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

CreateUpdateOptions interface

CreateUpdateOptions 是描述资源的键值对的列表。 支持的密钥为“If-Match”、“If-None-Match”、“Session-Token”和“Throughput”

属性

autoscaleSettings

指定自动缩放设置。 注意:需要吞吐量或自动缩放设置,但不需要两者。

throughput

每秒请求单位数。 例如,“throughput”:10000。

属性详细信息

autoscaleSettings

指定自动缩放设置。 注意:需要吞吐量或自动缩放设置,但不需要两者。

autoscaleSettings?: AutoscaleSettings

属性值

throughput

每秒请求单位数。 例如,“throughput”:10000。

throughput?: number

属性值

number