IMPORTANT:Outputs recommended instead.

If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

Beispiel #1
0
 /// <summary>
 /// Sets the Output property
 /// </summary>
 /// <param name="output">The value to set for the Output property </param>
 /// <returns>this instance</returns>
 public Job WithOutput(JobOutput output)
 {
     this.output = output;
     return this;
 }
Beispiel #2
0
 public Job WithOutput(JobOutput output)
 {
     this.output = output;
     return(this);
 }