コード例 #1
0
 /// <summary>
 ///     Initializes a new instance of the NewAzureHDInsightClusterCmdlet class.
 /// </summary>
 public NewAzureHDInsightClusterCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate<IAzureHDInsightCommandFactory>().CreateCreate();
 }
コード例 #2
0
 /// <summary>
 ///     Initializes a new instance of the NewAzureHDInsightClusterCmdlet class.
 /// </summary>
 public NewAzureHDInsightClusterCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate <IAzureHDInsightCommandFactory>().CreateCreate();
 }