JobStreamProperties Class

 

Definition of the job stream.

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

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

public class JobStreamProperties

NameDescription
System_CAPS_pubmethodJobStreamProperties()

Initializes a new instance of the JobStreamProperties class.

NameDescription
System_CAPS_pubpropertyJobStreamId

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

System_CAPS_pubpropertyStreamText

Optional. Gets or sets the stream text.

System_CAPS_pubpropertyStreamType

Optional. Gets or sets the stream type.

System_CAPS_pubpropertySummary

Optional. Gets or sets the summary.

System_CAPS_pubpropertyTime

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

System_CAPS_pubpropertyValue

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: