AzureHDInsightAutoscaleRecurrence 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
AzureHDInsightAutoscaleRecurrence(AutoscaleRecurrence) | |
AzureHDInsightAutoscaleRecurrence(String, IList<AzureHDInsightAutoscaleCondition>) |
AzureHDInsightAutoscaleRecurrence(AutoscaleRecurrence)
public AzureHDInsightAutoscaleRecurrence (Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence autoscaleRecurrence);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleRecurrence : Microsoft.Azure.Management.HDInsight.Models.AutoscaleRecurrence -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleRecurrence
Public Sub New (autoscaleRecurrence As AutoscaleRecurrence)
Parameters
- autoscaleRecurrence
- AutoscaleRecurrence
Applies to
AzureHDInsightAutoscaleRecurrence(String, IList<AzureHDInsightAutoscaleCondition>)
public AzureHDInsightAutoscaleRecurrence (string timeZone = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition> condition = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleRecurrence : string * System.Collections.Generic.IList<Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition> -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleRecurrence
Public Sub New (Optional timeZone As String = Nothing, Optional condition As IList(Of AzureHDInsightAutoscaleCondition) = Nothing)
Parameters
- timeZone
- String
- condition
- IList<AzureHDInsightAutoscaleCondition>