Esempio n. 1
0
 internal PSJobReleaseTask(Microsoft.Azure.Batch.JobReleaseTask omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 internal PSJobReleaseTask(Microsoft.Azure.Batch.JobReleaseTask omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
Esempio n. 3
0
 public PSJobReleaseTask(string commandLine)
 {
     this.omObject = new Microsoft.Azure.Batch.JobReleaseTask(commandLine);
 }
Esempio n. 4
0
 public PSJobReleaseTask()
 {
     this.omObject = new Microsoft.Azure.Batch.JobReleaseTask();
 }
 public PSJobReleaseTask()
 {
     this.omObject = new Microsoft.Azure.Batch.JobReleaseTask();
 }
Esempio n. 6
0
 public PSJobReleaseTask(string commandLine)
 {
     this.omObject = new Microsoft.Azure.Batch.JobReleaseTask(commandLine);
 }