LoadTestRunCreateOrUpdateAppComponents interface
Methods
| get(Request |
Get associated app component (collection of azure resources) for the given test run. |
| patch(Load |
Add an app component to a test run by providing the resource Id, name and type. |
Method Details
get(RequestParameters)
Get associated app component (collection of azure resources) for the given test run.
function get(options?: RequestParameters): StreamableMethod<LoadTestRunGetAppComponents200Response | LoadTestRunGetAppComponentsDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(LoadTestRunCreateOrUpdateAppComponentsParameters)
Add an app component to a test run by providing the resource Id, name and type.
function patch(options: LoadTestRunCreateOrUpdateAppComponentsParameters): StreamableMethod<LoadTestRunCreateOrUpdateAppComponents200Response | LoadTestRunCreateOrUpdateAppComponents201Response | LoadTestRunCreateOrUpdateAppComponentsDefaultResponse>