ClusterCreateHelper.AddCustomAmbariDatabaseToConfigurations 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 void AddCustomAmbariDatabaseToConfigurations (Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore ambariDatabase, System.Collections.Generic.IDictionary<string,System.Collections.Generic.Dictionary<string,string>> configurations);
static member AddCustomAmbariDatabaseToConfigurations : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore * System.Collections.Generic.IDictionary<string, System.Collections.Generic.Dictionary<string, string>> -> unit
Public Sub AddCustomAmbariDatabaseToConfigurations (ambariDatabase As AzureHDInsightMetastore, configurations As IDictionary(Of String, Dictionary(Of String, String)))
Parameters
- ambariDatabase
- AzureHDInsightMetastore
- configurations
- IDictionary<String,Dictionary<String,String>>