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>