OptimizedAutoscale.Maximum Property

Definition

Gets or sets maximum allowed instances count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to