Compartilhar via


AzureHDInsightAutoscaleCondition Constructors

Definition

Overloads

AzureHDInsightAutoscaleCondition()
AzureHDInsightAutoscaleCondition(AutoscaleSchedule)

AzureHDInsightAutoscaleCondition()

public AzureHDInsightAutoscaleCondition ();
Public Sub New ()

Applies to

AzureHDInsightAutoscaleCondition(AutoscaleSchedule)

public AzureHDInsightAutoscaleCondition (Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule autoscaleSchedule);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition : Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCondition
Public Sub New (autoscaleSchedule As AutoscaleSchedule)

Parameters

autoscaleSchedule
AutoscaleSchedule

Applies to