Bagikan melalui


CreateUpdateOptions Class

Definition

CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput"

public class CreateUpdateOptions
type CreateUpdateOptions = class
Public Class CreateUpdateOptions
Inheritance
CreateUpdateOptions

Constructors

CreateUpdateOptions()

Initializes a new instance of the CreateUpdateOptions class.

CreateUpdateOptions(Nullable<Int32>, AutoscaleSettings)

Initializes a new instance of the CreateUpdateOptions class.

Properties

AutoscaleSettings

Gets or sets specifies the Autoscale settings.

Throughput

Gets or sets request Units per second. For example, "throughput": 10000.

Applies to