internal PSCloudTask(Microsoft.Azure.Batch.ICloudTask omObject) { if ((omObject == null)) { throw new System.ArgumentNullException("omObject"); } this.omObject = omObject; }
public PSCloudTask(string name, string commandline) { this.omObject = new Microsoft.Azure.Batch.CloudTask(name, commandline); }