示例#1
0
 internal PSSchedule(Microsoft.Azure.Batch.Schedule omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
示例#2
0
 internal PSSchedule(Microsoft.Azure.Batch.Schedule omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
示例#3
0
 public PSSchedule()
 {
     this.omObject = new Microsoft.Azure.Batch.Schedule();
 }
示例#4
0
 public PSSchedule()
 {
     this.omObject = new Microsoft.Azure.Batch.Schedule();
 }