Share via


FixedScaleSettings Class

Definition

Fixed scale settings for the pool.

public class FixedScaleSettings
type FixedScaleSettings = class
Public Class FixedScaleSettings
Inheritance
FixedScaleSettings

Constructors

FixedScaleSettings()

Initializes a new instance of the FixedScaleSettings class.

FixedScaleSettings(Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<ComputeNodeDeallocationOption>)

Initializes a new instance of the FixedScaleSettings class.

Properties

NodeDeallocationOption

Gets or sets determines what to do with a node and its running task(s) if the pool size is decreasing.

ResizeTimeout

Gets or sets the timeout for allocation of compute nodes to the pool.

TargetDedicatedNodes

Gets or sets the desired number of dedicated compute nodes in the pool.

TargetLowPriorityNodes

Gets or sets the desired number of Spot/low-priority compute nodes in the pool.

Applies to