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