AutoscaleRecurrence Constructors

Definition

Overloads

AutoscaleRecurrence()

Initializes a new instance of the AutoscaleRecurrence class.

AutoscaleRecurrence(String, IList<AutoscaleSchedule>)

Initializes a new instance of the AutoscaleRecurrence class.

AutoscaleRecurrence()

Initializes a new instance of the AutoscaleRecurrence class.

public AutoscaleRecurrence ();
Public Sub New ()

Applies to

AutoscaleRecurrence(String, IList<AutoscaleSchedule>)

Initializes a new instance of the AutoscaleRecurrence class.

public AutoscaleRecurrence (string timeZone = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule> schedule = default);
new Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence : string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule> -> Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence
Public Sub New (Optional timeZone As String = Nothing, Optional schedule As IList(Of AutoscaleSchedule) = Nothing)

Parameters

timeZone
String

The time zone for the autoscale schedule times

schedule
IList<AutoscaleSchedule>

Array of schedule-based autoscale rules

Applies to