TestRunCreateOrUpdateAppComponents interface
메서드
| get(Request |
지정된 테스트 실행에 대한 연결된 앱 구성 요소(Azure 리소스 컬렉션)를 가져옵니다. |
| patch(Test |
앱 구성 요소(Azure 리소스 컬렉션)를 테스트 실행에 연결 |
메서드 세부 정보
get(RequestParameters)
지정된 테스트 실행에 대한 연결된 앱 구성 요소(Azure 리소스 컬렉션)를 가져옵니다.
function get(options?: RequestParameters): StreamableMethod<TestRunListAppComponents200Response | TestRunListAppComponentsDefaultResponse>
매개 변수
- options
- RequestParameters
반환
patch(TestRunCreateOrUpdateAppComponentsParameters)
앱 구성 요소(Azure 리소스 컬렉션)를 테스트 실행에 연결
function patch(options: TestRunCreateOrUpdateAppComponentsParameters): StreamableMethod<TestRunCreateOrUpdateAppComponents200Response | TestRunCreateOrUpdateAppComponents201Response | TestRunCreateOrUpdateAppComponentsDefaultResponse>