Bagikan melalui


Pool.AutoScaleRun Property

Definition

Gets the results and errors from the last execution of the autoscale formula.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.autoScaleRun")]
public Microsoft.Azure.Management.Batch.Models.AutoScaleRun AutoScaleRun { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.autoScaleRun")>]
member this.AutoScaleRun : Microsoft.Azure.Management.Batch.Models.AutoScaleRun
Public ReadOnly Property AutoScaleRun As AutoScaleRun

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.

Applies to