TestRunCreateOrUpdateAppComponents interface
Methods
| get(Request |
Get associated app component (collection of azure resources) for the given test run. |
| patch(Test |
Associate an app component (collection of azure resources) to a test run |
Method Details
get(RequestParameters)
Get associated app component (collection of azure resources) for the given test run.
function get(options?: RequestParameters): StreamableMethod<TestRunListAppComponents200Response | TestRunListAppComponentsDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(TestRunCreateOrUpdateAppComponentsParameters)
Associate an app component (collection of azure resources) to a test run
function patch(options: TestRunCreateOrUpdateAppComponentsParameters): StreamableMethod<TestRunCreateOrUpdateAppComponents200Response | TestRunCreateOrUpdateAppComponents201Response | TestRunCreateOrUpdateAppComponentsDefaultResponse>