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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET