ScaleSettings.AutoScale Property
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.
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.