internal PSVMInformation(Microsoft.Azure.Batch.VMInformation omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
Beispiel #2
0
 internal PSVMInformation(Microsoft.Azure.Batch.VMInformation omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }