AutoScaleSettings Class

Definition

Auto-scale settings for the cluster. The system automatically scales the cluster up and down (within minimumNodeCount and maximumNodeCount) based on the number of queued and running jobs assigned to the cluster.

public class AutoScaleSettings
type AutoScaleSettings = class
Public Class AutoScaleSettings
Inheritance
AutoScaleSettings

Constructors

AutoScaleSettings()

Initializes a new instance of the AutoScaleSettings class.

AutoScaleSettings(Int32, Int32, Nullable<Int32>)

Initializes a new instance of the AutoScaleSettings class.

Properties

InitialNodeCount

Gets or sets initial node count.

MaximumNodeCount

Gets or sets maximum node count.

MinimumNodeCount

Gets or sets minimum node count.

Methods

Validate()

Validate the object.

Applies to