JobStreamRecord Class

Definition

The Job Stream Record.

public class JobStreamRecord : Microsoft.Azure.Commands.Automation.Model.JobStream
type JobStreamRecord = class
    inherit JobStream
Public Class JobStreamRecord
Inherits JobStream
Inheritance
JobStreamRecord

Constructors

JobStreamRecord()

Initializes a new instance of the JobStreamRecord class.

JobStreamRecord(JobStream, String, String, Guid)

Initializes a new instance of the JobStreamRecord class.

Properties

AutomationAccountName

Gets or sets the automation account name.

(Inherited from JobStream)
JobId

Gets or sets the Job Id.

(Inherited from JobStream)
ResourceGroupName

Gets or sets the resource group name.

(Inherited from JobStream)
StreamRecordId

Gets or sets the stream record id

(Inherited from JobStream)
Summary

Gets or sets the summary.

(Inherited from JobStream)
Time

Gets or sets the stream time.

(Inherited from JobStream)
Type

Gets or sets the stream Type.

(Inherited from JobStream)
Value

Gets or sets the stream values.

Applies to