TestCreateOrUpdate interface
Methods
| delete(Request |
Delete a test by its name. |
| get(Request |
Get load test details by test name |
| patch(Test |
Create a new test or update an existing test. |
Method Details
delete(RequestParameters)
Delete a test by its name.
function delete(options?: RequestParameters): StreamableMethod<TestDelete204Response | TestDeleteDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Get load test details by test name
function get(options?: RequestParameters): StreamableMethod<TestGet200Response | TestGetDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(TestCreateOrUpdateParameters)
Create a new test or update an existing test.
function patch(options: TestCreateOrUpdateParameters): StreamableMethod<TestCreateOrUpdate200Response | TestCreateOrUpdate201Response | TestCreateOrUpdateDefaultResponse>
Parameters
- options
- TestCreateOrUpdateParameters