Beispiel #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;
 }
Beispiel #3
0
 public PSJobReleaseTask(string commandLine)
 {
     this.omObject = new Microsoft.Azure.Batch.JobReleaseTask(commandLine);
 }
Beispiel #4
0
 public PSJobReleaseTask()
 {
     this.omObject = new Microsoft.Azure.Batch.JobReleaseTask();
 }
 public PSJobReleaseTask()
 {
     this.omObject = new Microsoft.Azure.Batch.JobReleaseTask();
 }
 public PSJobReleaseTask(string commandLine)
 {
     this.omObject = new Microsoft.Azure.Batch.JobReleaseTask(commandLine);
 }