Share via


ClusterCreateHelper.CreateZookeeperNodeRole Method

Definition

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

Parameters

osProfile
OsProfile
vnetProfile
VirtualNetworkProfile
zookeeperNodeScriptActions
List<ScriptAction>
zookeeperNodeSize
String

Returns

Applies to