/// <summary>
 ///     Initializes a new instance of the NewAzureHDInsightClusterCmdlet class.
 /// </summary>
 public NewAzureHDInsightClusterCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate<IAzureHDInsightCommandFactory>().CreateCreate();
 }
Esempio n. 2
0
 /// <summary>
 ///     Initializes a new instance of the NewAzureHDInsightClusterCmdlet class.
 /// </summary>
 public NewAzureHDInsightClusterCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate <IAzureHDInsightCommandFactory>().CreateCreate();
 }