Пример #1
0
 /// <summary>
 ///     Initializes a new instance of the SetAzureHDInsightDefaultStorageCmdlet class.
 /// </summary>
 public SetAzureHDInsightDefaultStorageCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate <IAzureHDInsightCommandFactory>().CreateSetDefaultStorage();
 }
 /// <summary>
 ///     Initializes a new instance of the SetAzureHDInsightDefaultStorageCmdlet class.
 /// </summary>
 public SetAzureHDInsightDefaultStorageCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate<IAzureHDInsightCommandFactory>().CreateSetDefaultStorage();
 }