你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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