internal PSPoolSpecification(Microsoft.Azure.Batch.PoolSpecification omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
Exemple #2
0
 internal PSPoolSpecification(Microsoft.Azure.Batch.PoolSpecification omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 public PSPoolSpecification()
 {
     this.omObject = new Microsoft.Azure.Batch.PoolSpecification();
 }
Exemple #4
0
 public PSPoolSpecification()
 {
     this.omObject = new Microsoft.Azure.Batch.PoolSpecification();
 }