Partager via


AutoscaleRecurrence Constructeurs

Définition

Surcharges

AutoscaleRecurrence()

Initialise une nouvelle instance de la classe AutoscaleRecurrence.

AutoscaleRecurrence(String, IList<AutoscaleSchedule>)

Initialise une nouvelle instance de la classe AutoscaleRecurrence.

AutoscaleRecurrence()

Initialise une nouvelle instance de la classe AutoscaleRecurrence.

public AutoscaleRecurrence ();
Public Sub New ()

S’applique à

AutoscaleRecurrence(String, IList<AutoscaleSchedule>)

Initialise une nouvelle instance de la classe AutoscaleRecurrence.

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)

Paramètres

timeZone
String

Fuseau horaire pour les heures de planification de la mise à l’échelle automatique

schedule
IList<AutoscaleSchedule>

Tableau de règles de mise à l’échelle automatique basées sur la planification

S’applique à