TestJob Class

 

Definition of the test job.

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

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

type TestJob = class end

NameDescription
System_CAPS_pubmethodTestJob()

Initializes a new instance of the TestJob class.

NameDescription
System_CAPS_pubpropertyCreationTime

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

System_CAPS_pubpropertyEndTime

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

System_CAPS_pubpropertyException

Optional. Gets or sets the exception of the test job.

System_CAPS_pubpropertyLastModifiedTime

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

System_CAPS_pubpropertyLastStatusModifiedTime

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

System_CAPS_pubpropertyParameters

Optional. Gets or sets the parameters of the test job.

System_CAPS_pubpropertyStartTime

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

System_CAPS_pubpropertyStatus

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

System_CAPS_pubpropertyStatusDetails

Optional. Gets or sets the status details of the test 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: