JobStream Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET