CloudPool.AutoScaleRun Property

Definition

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.

Applies to