Share via


ScaleSettings Class

Definition

At least one of manual or autoScale settings must be specified. Only one of manual or autoScale settings can be specified. If autoScale settings are specified, the system automatically scales the cluster up and down (within the supplied limits) based on the pending jobs on the cluster.

public class ScaleSettings
type ScaleSettings = class
Public Class ScaleSettings
Inheritance
ScaleSettings

Constructors

ScaleSettings()

Initializes a new instance of the ScaleSettings class.

ScaleSettings(ManualScaleSettings, AutoScaleSettings)

Initializes a new instance of the ScaleSettings class.

Properties

AutoScale

Gets or sets auto-scale settings.

Manual

Gets or sets manual scale settings.

Methods

Validate()

Validate the object.

Applies to