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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.