示例#1
0
 /// <summary>
 ///     Initializes a new instance of the NewAzureHDInsightClusterConfigCmdlet class.
 /// </summary>
 public NewAzureHDInsightClusterConfigCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate <IAzureHDInsightCommandFactory>().CreateNewConfig();
 }
 /// <summary>
 ///     Initializes a new instance of the NewAzureHDInsightClusterConfigCmdlet class.
 /// </summary>
 public NewAzureHDInsightClusterConfigCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate<IAzureHDInsightCommandFactory>().CreateNewConfig();
 }