다음을 통해 공유


TestJob 클래스

정의

테스트 작업의 정의입니다.

public class TestJob
type TestJob = class
Public Class TestJob
상속
TestJob

생성자

TestJob()

TestJob 클래스의 새 instance 초기화합니다.

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

TestJob 클래스의 새 instance 초기화합니다.

속성

CreationTime

테스트 작업의 생성 시간을 가져오거나 설정합니다.

EndTime

테스트 작업의 종료 시간을 가져오거나 설정합니다.

Exception

테스트 작업의 예외를 가져오거나 설정합니다.

LastModifiedTime

테스트 작업의 마지막으로 수정된 시간을 가져오거나 설정합니다.

LastStatusModifiedTime

테스트 작업의 마지막 상태 수정된 시간을 가져오거나 설정합니다.

LogActivityTrace

Runbook의 활동 수준 추적 옵션을 가져오거나 설정합니다.

Parameters

테스트 작업의 매개 변수를 가져오거나 설정합니다.

RunOn

작업을 실행할 그룹 이름을 지정하는 runOn을 가져오거나 설정합니다.

StartTime

테스트 작업의 시작 시간을 가져오거나 설정합니다.

Status

테스트 작업의 상태 가져오거나 설정합니다.

StatusDetails

테스트 작업의 상태 세부 정보를 가져오거나 설정합니다.

적용 대상