internal PSNodePlacementConfiguration(Microsoft.Azure.Batch.NodePlacementConfiguration omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 public PSNodePlacementConfiguration(System.Nullable <Microsoft.Azure.Batch.Common.NodePlacementPolicyType> policy)
 {
     this.omObject = new Microsoft.Azure.Batch.NodePlacementConfiguration(policy);
 }