你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureHDInsightRole 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
AzureHDInsightRole()
public AzureHDInsightRole ();
Public Sub New ()
Applies to
AzureHDInsightRole(Role)
public AzureHDInsightRole (Microsoft.Azure.Management.HDInsight.Models.Role role);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightRole : Microsoft.Azure.Management.HDInsight.Models.Role -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightRole
Public Sub New (role As Role)
Parameters
- role
- Role
Applies to
AzureHDInsightRole(String, Nullable<Int32>, Nullable<Int32>, AzureHDInsightAutoscale, AzureHDInsightHardwareProfile, AzureHDInsightOsProfile, AzureHDInsightVirtualNetworkProfile, IList<AzureHDInsightDataDisksGroups>, IList<AzureHDInsightScriptAction>)
public AzureHDInsightRole (string name = default, int? minInstanceCount = default, int? targetInstanceCount = default, Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscale autoscaleConfiguration = default, Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHardwareProfile hardwareProfile = default, Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightOsProfile osProfile = default, Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightVirtualNetworkProfile virtualNetworkProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDataDisksGroups> dataDisksGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction> scriptActions = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightRole : string * Nullable<int> * Nullable<int> * Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscale * Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHardwareProfile * Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightOsProfile * Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightVirtualNetworkProfile * System.Collections.Generic.IList<Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDataDisksGroups> * System.Collections.Generic.IList<Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction> -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightRole
Public Sub New (Optional name As String = Nothing, Optional minInstanceCount As Nullable(Of Integer) = Nothing, Optional targetInstanceCount As Nullable(Of Integer) = Nothing, Optional autoscaleConfiguration As AzureHDInsightAutoscale = Nothing, Optional hardwareProfile As AzureHDInsightHardwareProfile = Nothing, Optional osProfile As AzureHDInsightOsProfile = Nothing, Optional virtualNetworkProfile As AzureHDInsightVirtualNetworkProfile = Nothing, Optional dataDisksGroups As IList(Of AzureHDInsightDataDisksGroups) = Nothing, Optional scriptActions As IList(Of AzureHDInsightScriptAction) = Nothing)
Parameters
- name
- String
- autoscaleConfiguration
- AzureHDInsightAutoscale
- hardwareProfile
- AzureHDInsightHardwareProfile
- osProfile
- AzureHDInsightOsProfile
- virtualNetworkProfile
- AzureHDInsightVirtualNetworkProfile
- dataDisksGroups
- IList<AzureHDInsightDataDisksGroups>
- scriptActions
- IList<AzureHDInsightScriptAction>