Autoscale Constructors
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.
Overloads
Autoscale() |
Initializes a new instance of the Autoscale class. |
Autoscale(AutoscaleCapacity, AutoscaleRecurrence) |
Initializes a new instance of the Autoscale class. |
Autoscale()
Initializes a new instance of the Autoscale class.
public Autoscale ();
Public Sub New ()
Applies to
Autoscale(AutoscaleCapacity, AutoscaleRecurrence)
Initializes a new instance of the Autoscale class.
public Autoscale (Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity capacity = default, Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence recurrence = default);
new Microsoft.Azure.Management.HDInsight.Models.Autoscale : Microsoft.Azure.Management.HDInsight.Models.AutoscaleCapacity * Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence -> Microsoft.Azure.Management.HDInsight.Models.Autoscale
Public Sub New (Optional capacity As AutoscaleCapacity = Nothing, Optional recurrence As AutoscaleRecurrence = Nothing)
Parameters
- capacity
- AutoscaleCapacity
Parameters for load-based autoscale
- recurrence
- AutoscaleRecurrence
Parameters for schedule-based autoscale
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET