ClusterCreateHelper.CreateHeadNodeRole Method
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.
public static Microsoft.Azure.Management.HDInsight.Models.Role CreateHeadNodeRole (Microsoft.Azure.Management.HDInsight.Models.OsProfile osProfile, Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile vnetProfile, System.Collections.Generic.List<Microsoft.Azure.Management.HDInsight.Models.ScriptAction> headNodeScriptActions, string headNodeSize);
static member CreateHeadNodeRole : Microsoft.Azure.Management.HDInsight.Models.OsProfile * Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile * System.Collections.Generic.List<Microsoft.Azure.Management.HDInsight.Models.ScriptAction> * string -> Microsoft.Azure.Management.HDInsight.Models.Role
Public Function CreateHeadNodeRole (osProfile As OsProfile, vnetProfile As VirtualNetworkProfile, headNodeScriptActions As List(Of ScriptAction), headNodeSize As String) As Role
Parameters
- osProfile
- OsProfile
- vnetProfile
- VirtualNetworkProfile
- headNodeScriptActions
- List<ScriptAction>
- headNodeSize
- String