ArmHDInsightModelFactory.HDInsightClusterDefinition 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 Azure.ResourceManager.HDInsight.Models.HDInsightClusterDefinition HDInsightClusterDefinition(string blueprint = default, string kind = default, System.Collections.Generic.IDictionary<string,string> componentVersion = default, BinaryData configurations = default);
static member HDInsightClusterDefinition : string * string * System.Collections.Generic.IDictionary<string, string> * BinaryData -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterDefinition
Public Shared Function HDInsightClusterDefinition (Optional blueprint As String = Nothing, Optional kind As String = Nothing, Optional componentVersion As IDictionary(Of String, String) = Nothing, Optional configurations As BinaryData = Nothing) As HDInsightClusterDefinition
Parameters
- blueprint
- String
The link to the blueprint.
- kind
- String
The type of cluster.
- componentVersion
- IDictionary<String,String>
The versions of different services in the cluster.
- configurations
- BinaryData
The cluster configurations.
Returns
A new HDInsightClusterDefinition instance for mocking.