public SetAzureHDInsightClusterSizeCmdlet()
 {
     command = ServiceLocator.Instance.Locate<IAzureHDInsightCommandFactory>().CreateSetClusterSize();
 }
示例#2
0
 public SetAzureHDInsightClusterSizeCmdlet()
 {
     command = ServiceLocator.Instance.Locate <IAzureHDInsightCommandFactory>().CreateSetClusterSize();
 }