internal PSStartTaskInformation(Microsoft.Azure.Batch.StartTaskInformation omObject)
 {
     if ((omObject == null))
     {
         throw new System.ArgumentNullException("omObject");
     }
     this.omObject = omObject;
 }
#pragma warning restore CS0618
        internal PSStartTaskInformation(Microsoft.Azure.Batch.StartTaskInformation omObject)
        {
            if ((omObject == null))
            {
                throw new System.ArgumentNullException("omObject");
            }
            this.omObject = omObject;
        }