예제 #1
0
 internal PSStartTask(Microsoft.Azure.Batch.StartTask omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
예제 #2
0
 internal PSStartTask(Microsoft.Azure.Batch.StartTask omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
예제 #3
0
 public PSStartTask(string commandLine)
 {
     this.omObject = new Microsoft.Azure.Batch.StartTask(commandLine);
 }
예제 #4
0
 public PSStartTask()
 {
     this.omObject = new Microsoft.Azure.Batch.StartTask();
 }
예제 #5
0
 public PSStartTask()
 {
     this.omObject = new Microsoft.Azure.Batch.StartTask();
 }
예제 #6
0
 public PSStartTask(string commandLine)
 {
     this.omObject = new Microsoft.Azure.Batch.StartTask(commandLine);
 }