internal PSResourceFile(Microsoft.Azure.Batch.IResourceFile omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
示例#2
0
 internal PSResourceFile(Microsoft.Azure.Batch.IResourceFile omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
 public PSResourceFile(string blobSource, string filePath)
 {
     this.omObject = new Microsoft.Azure.Batch.ResourceFile(blobSource, filePath);
 }
示例#4
0
 public PSResourceFile(string blobSource, string filePath)
 {
     this.omObject = new Microsoft.Azure.Batch.ResourceFile(blobSource, filePath);
 }