JobProperties Class

 

Definition of job parameters.

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

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

Public Class JobProperties

NameDescription
System_CAPS_pubmethodJobProperties()

Initializes a new instance of the JobProperties class.

NameDescription
System_CAPS_pubpropertyCreationTime

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

System_CAPS_pubpropertyEndTime

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

System_CAPS_pubpropertyException

Optional. Gets or sets the exception of the job.

System_CAPS_pubpropertyJobId

Optional. Gets or sets the id of the job.

System_CAPS_pubpropertyLastModifiedTime

Optional. Gets or sets the last modified time of the job.

System_CAPS_pubpropertyLastStatusModifiedTime

Optional. Gets or sets the last status modified time of the job.

System_CAPS_pubpropertyParameters

Optional. Gets or sets the parameters of the job.

System_CAPS_pubpropertyRunbook

Optional. Gets or sets the runbook.

System_CAPS_pubpropertyStartTime

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

System_CAPS_pubpropertyStatus

Optional. Gets or sets the status of the job.

System_CAPS_pubpropertyStatusDetails

Optional. Gets or sets the status details of the job.

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: