LoadTestAdministrationCreateOrUpdateAppComponents interface
Methods
| get(Request |
Get associated app component (collection of azure resources) for the given test. |
| patch(Load |
Add an app component to a test by providing the resource Id, name and type. |
Method Details
get(RequestParameters)
Get associated app component (collection of azure resources) for the given test.
function get(options?: RequestParameters): StreamableMethod<LoadTestAdministrationGetAppComponents200Response | LoadTestAdministrationGetAppComponentsDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(LoadTestAdministrationCreateOrUpdateAppComponentsParameters)
Add an app component to a test by providing the resource Id, name and type.
function patch(options: LoadTestAdministrationCreateOrUpdateAppComponentsParameters): StreamableMethod<LoadTestAdministrationCreateOrUpdateAppComponents200Response | LoadTestAdministrationCreateOrUpdateAppComponents201Response | LoadTestAdministrationCreateOrUpdateAppComponentsDefaultResponse>