/// <summary> /// Create a new job_settings object. /// </summary> /// <param name="jobID">Initial value of the JobID property.</param> /// <param name="officialRun">Initial value of the OfficialRun property.</param> /// <param name="segmentSize">Initial value of the SegmentSize property.</param> /// <param name="disableVMOnJobCompleted">Initial value of the DisableVMOnJobCompleted property.</param> /// <param name="product">Initial value of the Product property.</param> /// <param name="useESXAgent">Initial value of the UseESXAgent property.</param> /// <param name="logCER">Initial value of the LogCER property.</param> /// <param name="imageIndex">Initial value of the ImageIndex property.</param> public static job_settings Createjob_settings(global::System.String jobID, global::System.Boolean officialRun, global::System.Int64 segmentSize, global::System.Boolean disableVMOnJobCompleted, global::System.String product, global::System.Boolean useESXAgent, global::System.Boolean logCER, global::System.Int32 imageIndex) { job_settings job_settings = new job_settings(); job_settings.JobID = jobID; job_settings.OfficialRun = officialRun; job_settings.SegmentSize = segmentSize; job_settings.DisableVMOnJobCompleted = disableVMOnJobCompleted; job_settings.Product = product; job_settings.UseESXAgent = useESXAgent; job_settings.LogCER = logCER; job_settings.ImageIndex = imageIndex; return job_settings; }
/// <summary> /// Deprecated Method for adding a new object to the job_settings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTojob_settings(job_settings job_settings) { base.AddObject("job_settings", job_settings); }