AutoscaleRecurrence 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
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
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