Exemple #1
0
 internal PSTaskConstraints(Microsoft.Azure.Batch.TaskConstraints omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 internal PSTaskConstraints(Microsoft.Azure.Batch.TaskConstraints omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
Exemple #3
0
 public PSTaskConstraints(System.Nullable <System.TimeSpan> maxWallClockTime = null, System.Nullable <System.TimeSpan> retentionTime = null, System.Nullable <int> maxTaskRetryCount = null)
 {
     this.omObject = new Microsoft.Azure.Batch.TaskConstraints(maxWallClockTime, retentionTime, maxTaskRetryCount);
 }
 public PSTaskConstraints(System.Nullable<System.TimeSpan> maxWallClockTime = null, System.Nullable<System.TimeSpan> retentionTime = null, System.Nullable<int> maxTaskRetryCount = null)
 {
     this.omObject = new Microsoft.Azure.Batch.TaskConstraints(maxWallClockTime, retentionTime, maxTaskRetryCount);
 }