CreateUpdateOptions interface
CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput"
Properties
autoscale |
Specifies the Autoscale settings. Note: Either throughput or autoscaleSettings is required, but not both. |
throughput | Request Units per second. For example, "throughput": 10000. |
Property Details
autoscaleSettings
Specifies the Autoscale settings. Note: Either throughput or autoscaleSettings is required, but not both.
autoscaleSettings?: AutoscaleSettings
Property Value
throughput
Request Units per second. For example, "throughput": 10000.
throughput?: number
Property Value
number