Compartilhar via


AzureHDInsightAutoscaleRecurrence Constructors

Definition

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

Applies to