CreateUpdateOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET