AzureHDInsightAutoscale Constructors

Definition

Overloads

AzureHDInsightAutoscale(Autoscale)
AzureHDInsightAutoscale(AzureHDInsightAutoscaleCapacity, AzureHDInsightAutoscaleRecurrence)

AzureHDInsightAutoscale(Autoscale)

public AzureHDInsightAutoscale (Microsoft.Azure.Management.HDInsight.Models.Autoscale autoscale);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscale : Microsoft.Azure.Management.HDInsight.Models.Autoscale -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscale
Public Sub New (autoscale As Autoscale)

Parameters

autoscale
Autoscale

Applies to

AzureHDInsightAutoscale(AzureHDInsightAutoscaleCapacity, AzureHDInsightAutoscaleRecurrence)

public AzureHDInsightAutoscale (Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCapacity capacity = default, Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleRecurrence recurrence = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscale : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleCapacity * Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscaleRecurrence -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscale
Public Sub New (Optional capacity As AzureHDInsightAutoscaleCapacity = Nothing, Optional recurrence As AzureHDInsightAutoscaleRecurrence = Nothing)

Parameters

Applies to