TestJob Class

Definition

Definition of the test job.

public class TestJob
type TestJob = class
Public Class TestJob
Inheritance
TestJob

Constructors

TestJob()

Initializes a new instance of the TestJob class.

TestJob(DateTimeOffset, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, DateTimeOffset, Nullable<DateTimeOffset>, IDictionary<String,String>, Nullable<Int32>)

Initializes a new instance of the TestJob class.

Properties

CreationTime

Gets or sets the creation time of the test job.

EndTime

Gets or sets the end time of the test job.

Exception

Gets or sets the exception of the test job.

LastModifiedTime

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

LastStatusModifiedTime

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

LogActivityTrace

Gets or sets the activity-level tracing options of the runbook.

Parameters

Gets or sets the parameters of the test job.

RunOn

Gets or sets the runOn which specifies the group name where the job is to be executed.

StartTime

Gets or sets the start time of the test job.

Status

Gets or sets the status of the test job.

StatusDetails

Gets or sets the status details of the test job.

Applies to