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