다음을 통해 공유


TestAppComponents interface

앱 구성 요소 테스트

속성

components

Azure 리소스 컬렉션 { 리소스 ID(정규화된 리소스 ID(예: subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object }

createdBy

만든 사용자입니다.

createdDateTime

생성 날짜/시간(ISO 8601 리터럴 형식)입니다.

lastModifiedBy

마지막으로 수정한 사용자입니다.

lastModifiedDateTime

마지막으로 수정된 datetime(ISO 8601 리터럴 형식)입니다.

testId

테스트 식별자

속성 세부 정보

components

Azure 리소스 컬렉션 { 리소스 ID(정규화된 리소스 ID(예: subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object }

components: Record<string, AppComponent>

속성 값

Record<string, AppComponent>

createdBy

만든 사용자입니다.

createdBy?: string

속성 값

string

createdDateTime

생성 날짜/시간(ISO 8601 리터럴 형식)입니다.

createdDateTime?: string | Date

속성 값

string | Date

lastModifiedBy

마지막으로 수정한 사용자입니다.

lastModifiedBy?: string

속성 값

string

lastModifiedDateTime

마지막으로 수정된 datetime(ISO 8601 리터럴 형식)입니다.

lastModifiedDateTime?: string | Date

속성 값

string | Date

testId

테스트 식별자

testId?: string

속성 값

string