PoolSpecification.AutoScaleEnabled Property

 

Optional. Gets or sets whether the pool size should automatically adjust over time.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Nullable<bool> AutoScaleEnabled { get; set; }
public:
property Nullable<bool> AutoScaleEnabled {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member AutoScaleEnabled : Nullable<bool> with get, set
Public Property AutoScaleEnabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

PoolSpecification Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top