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>