共用方式為


CreateUpdateOptions interface

CreateUpdateOptions 是描述資源的索引鍵/值組清單。 支援的密鑰為 “If-Match”、“If-None-Match”、“Session-Token” 和 “Throughput”

屬性

autoscaleSettings

指定自動調整設定。 注意:需要輸送量或 autoscaleSettings,但不需要兩者。

throughput

每秒要求單位數。 例如,「輸送量」:10000。

屬性詳細資料

autoscaleSettings

指定自動調整設定。 注意:需要輸送量或 autoscaleSettings,但不需要兩者。

autoscaleSettings?: AutoscaleSettings

屬性值

throughput

每秒要求單位數。 例如,「輸送量」:10000。

throughput?: number

屬性值

number