Share via


ClusterCreateHelper.GetNodeSize Method

Definition

Overloads

GetNodeSize(String, String)
GetNodeSize(String, String, Dictionary<String,Dictionary<String,String>>)

GetNodeSize(String, String)

public static string GetNodeSize (string clusterType, string nodeRoleType);
static member GetNodeSize : string * string -> string
Public Function GetNodeSize (clusterType As String, nodeRoleType As String) As String

Parameters

clusterType
String
nodeRoleType
String

Returns

Applies to

GetNodeSize(String, String, Dictionary<String,Dictionary<String,String>>)

public static string GetNodeSize (string clusterType, string nodeRoleType, System.Collections.Generic.Dictionary<string,System.Collections.Generic.Dictionary<string,string>> defaultVmSizeConfigurations);
static member GetNodeSize : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.Dictionary<string, string>> -> string
Public Function GetNodeSize (clusterType As String, nodeRoleType As String, defaultVmSizeConfigurations As Dictionary(Of String, Dictionary(Of String, String))) As String

Parameters

clusterType
String
nodeRoleType
String
defaultVmSizeConfigurations
Dictionary<String,Dictionary<String,String>>

Returns

Applies to