Share via


JobStreamProperties Class

 

Definition of the job stream.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties

Syntax

public class JobStreamProperties
public ref class JobStreamProperties 
type JobStreamProperties = class end
Public Class JobStreamProperties

Constructors

Name Description
System_CAPS_pubmethod JobStreamProperties()

Initializes a new instance of the JobStreamProperties class.

Properties

Name Description
System_CAPS_pubproperty JobStreamId

Optional. Gets or sets the id of the job stream.

System_CAPS_pubproperty StreamText

Optional. Gets or sets the stream text.

System_CAPS_pubproperty StreamType

Optional. Gets or sets the stream type.

System_CAPS_pubproperty Summary

Optional. Gets or sets the summary.

System_CAPS_pubproperty Time

Optional. Gets or sets the creation time of the job.

System_CAPS_pubproperty Value

Optional. Gets or sets the values of the job stream.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top