CloudPool.AutoScaleRun 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 the results and errors from the last execution of the autoscale formula.
[Newtonsoft.Json.JsonProperty(PropertyName="autoScaleRun")]
public Microsoft.Azure.Batch.Protocol.Models.AutoScaleRun AutoScaleRun { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoScaleRun")>]
member this.AutoScaleRun : Microsoft.Azure.Batch.Protocol.Models.AutoScaleRun with get, set
Public Property AutoScaleRun As AutoScaleRun
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
This property is set only if the Pool automatically scales, i.e. enableAutoScale is true.