ClusterCreateHelper.GetNodeSize 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.
Overloads
GetNodeSize(String, String) | |
GetNodeSize(String, String, Dictionary<String,Dictionary<String,String>>) |
GetNodeSize(String, String)
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>>