LoadTestRunCreateOrUpdateAppComponents interface

Methods

get(RequestParameters)

Get associated app component (collection of azure resources) for the given test run.

patch(LoadTestRunCreateOrUpdateAppComponentsParameters)

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

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>

Parameters

Returns