internal PSSchedulingPolicy(Microsoft.Azure.Batch.SchedulingPolicy omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 public PSSchedulingPolicy(Microsoft.Azure.Batch.Common.TVMFillType fillType)
 {
     this.omObject = new Microsoft.Azure.Batch.SchedulingPolicy(fillType);
 }