你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureHDInsightAutoscale 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
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
- capacity
- AzureHDInsightAutoscaleCapacity
- recurrence
- AzureHDInsightAutoscaleRecurrence