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