Beispiel #1
0
 internal PSOSDisk(Microsoft.Azure.Batch.OSDisk omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
Beispiel #2
0
 public PSOSDisk(System.Nullable <Microsoft.Azure.Batch.Common.CachingType> caching = null)
 {
     this.omObject = new Microsoft.Azure.Batch.OSDisk(caching);
 }
Beispiel #3
0
 public PSOSDisk()
 {
     this.omObject = new Microsoft.Azure.Batch.OSDisk();
 }