TestCreateOrUpdateAppComponents interface
메서드
| get(Request |
지정된 테스트에 대한 연결된 앱 구성 요소(Azure 리소스 컬렉션)를 가져옵니다. |
| patch(Test |
앱 구성 요소(Azure 리소스 컬렉션)를 테스트에 연결 |
메서드 세부 정보
get(RequestParameters)
지정된 테스트에 대한 연결된 앱 구성 요소(Azure 리소스 컬렉션)를 가져옵니다.
function get(options?: RequestParameters): StreamableMethod<TestListAppComponents200Response | TestListAppComponentsDefaultResponse>
매개 변수
- options
- RequestParameters
반환
patch(TestCreateOrUpdateAppComponentsParameters)
앱 구성 요소(Azure 리소스 컬렉션)를 테스트에 연결
function patch(options: TestCreateOrUpdateAppComponentsParameters): StreamableMethod<TestCreateOrUpdateAppComponents200Response | TestCreateOrUpdateAppComponents201Response | TestCreateOrUpdateAppComponentsDefaultResponse>