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