Share via


ClusterCreateHelper.CreateEdgeNodeRole Method

Definition

public static Microsoft.Azure.Management.HDInsight.Models.Role CreateEdgeNodeRole (Microsoft.Azure.Management.HDInsight.Models.OsProfile osProfile, Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile vnetProfile, System.Collections.Generic.List<Microsoft.Azure.Management.HDInsight.Models.ScriptAction> edgeNodeScriptActions, int edgeNodeCount, string edgeNodeSize);
static member CreateEdgeNodeRole : 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 CreateEdgeNodeRole (osProfile As OsProfile, vnetProfile As VirtualNetworkProfile, edgeNodeScriptActions As List(Of ScriptAction), edgeNodeCount As Integer, edgeNodeSize As String) As Role

Parameters

osProfile
OsProfile
vnetProfile
VirtualNetworkProfile
edgeNodeScriptActions
List<ScriptAction>
edgeNodeCount
Int32
edgeNodeSize
String

Returns

Applies to