JobStream Class

Definition

Definition of the job stream.

public class JobStream
[Microsoft.Rest.Serialization.JsonTransformation]
public class JobStream
type JobStream = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobStream = class
Public Class JobStream
Inheritance
JobStream
Attributes

Constructors

JobStream()

Initializes a new instance of the JobStream class.

JobStream(String, String, DateTimeOffset, String, String, String, IDictionary<String,Object>)

Initializes a new instance of the JobStream class.

Properties

Id

Gets or sets the id of the resource.

JobStreamId

Gets or sets the id of the job stream.

Properties
StreamText

Gets or sets the stream text.

StreamType

Gets or sets the stream type. Possible values include: 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any'

Summary

Gets or sets the summary.

Time

Gets or sets the creation time of the job.

Value

Gets or sets the values of the job stream.

Applies to