PoolResizeParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for changing the size of a pool.
public class PoolResizeParameter
type PoolResizeParameter = class
Public Class PoolResizeParameter
- Inheritance
-
System.ObjectPoolResizeParameter
Constructors
PoolResizeParameter() |
Initializes a new instance of the PoolResizeParameter class. |
PoolResizeParameter(Nullable<Int32>, Nullable<Int32>, Nullable<TimeSpan>, Nullable<ComputeNodeDeallocationOption>) |
Initializes a new instance of the PoolResizeParameter 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 or removal of compute nodes from the pool. |
TargetDedicatedNodes |
Gets or sets the desired number of dedicated compute nodes in the pool. |
TargetLowPriorityNodes |
Gets or sets the desired number of low-priority compute nodes in the pool. |