Sdílet prostřednictvím


Autoscale Constructors

Definition

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