Share via


AutoscaleSettings.MaxThroughput Property

Definition

Gets or sets represents maximum throughput, the resource can scale up to.

[Newtonsoft.Json.JsonProperty(PropertyName="maxThroughput")]
public int? MaxThroughput { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxThroughput")>]
member this.MaxThroughput : Nullable<int> with get, set
Public Property MaxThroughput As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to