internal PSSchedule(Microsoft.Azure.Batch.Schedule omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 internal PSSchedule(Microsoft.Azure.Batch.Schedule omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 public PSSchedule()
 {
     this.omObject = new Microsoft.Azure.Batch.Schedule();
 }
 public PSSchedule()
 {
     this.omObject = new Microsoft.Azure.Batch.Schedule();
 }