ScaleSettings.AutoScale Property

Definition

Gets or sets autoScale settings for the pool.

[Newtonsoft.Json.JsonProperty(PropertyName="autoScale")]
public Microsoft.Azure.Management.Batch.Models.AutoScaleSettings AutoScale { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoScale")>]
member this.AutoScale : Microsoft.Azure.Management.Batch.Models.AutoScaleSettings with get, set
Public Property AutoScale As AutoScaleSettings

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property and fixedScale are mutually exclusive and one of the properties must be specified.

Applies to