internal PSStartTask(Microsoft.Azure.Batch.IStartTask omObject) { if ((omObject == null)) { throw new System.ArgumentNullException("omObject"); } this.omObject = omObject; }
public PSStartTask() { this.omObject = new Microsoft.Azure.Batch.StartTask(); }