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

ClusterCreateHelper.CreateWorkerNodeRole Method

Definition

public static Microsoft.Azure.Management.HDInsight.Models.Role CreateWorkerNodeRole (Microsoft.Azure.Management.HDInsight.Models.OsProfile osProfile, Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile vnetProfile, System.Collections.Generic.List<Microsoft.Azure.Management.HDInsight.Models.ScriptAction> workerNodeScriptActions, int workerNodeCount, string workerNodeSize);
static member CreateWorkerNodeRole : Microsoft.Azure.Management.HDInsight.Models.OsProfile * Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile * System.Collections.Generic.List<Microsoft.Azure.Management.HDInsight.Models.ScriptAction> * int * string -> Microsoft.Azure.Management.HDInsight.Models.Role
Public Function CreateWorkerNodeRole (osProfile As OsProfile, vnetProfile As VirtualNetworkProfile, workerNodeScriptActions As List(Of ScriptAction), workerNodeCount As Integer, workerNodeSize As String) As Role

Parameters

osProfile
OsProfile
vnetProfile
VirtualNetworkProfile
workerNodeScriptActions
List<ScriptAction>
workerNodeCount
Int32
workerNodeSize
String

Returns

Applies to