AutoScaleProperties 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.
Spark pool auto-scaling properties
public class AutoScaleProperties
type AutoScaleProperties = class
Public Class AutoScaleProperties
- Inheritance
-
AutoScaleProperties
Remarks
Auto-scaling properties of a Big Data pool powered by Apache Spark
Constructors
AutoScaleProperties() |
Initializes a new instance of the AutoScaleProperties class. |
AutoScaleProperties(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the AutoScaleProperties class. |
Properties
Enabled |
Gets or sets whether automatic scaling is enabled for the Big Data pool. |
MaxNodeCount |
Gets or sets the maximum number of nodes the Big Data pool can support. |
MinNodeCount |
Gets or sets the minimum number of nodes the Big Data pool can support. |
Applies to
Azure SDK for .NET